r192869 - This is now passing. Uncomment and close out PR6281.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Oct 18 06:49:30 PDT 2013


On 18 October 2013 01:09, Bill Wendling <isanbard at gmail.com> wrote:
> It had the same behavior as gcc when the -Wcast-qual flag was used, so maybe the comment is incorrect?

 -Wcast-qual?

 The warning does seem reasonable. As far as I know, in C

inline static void f4();
void f4() { }

f4 is just a static non-inline function, but pr6281 should be marked
as invalid then.

Cheers,
Rafael



More information about the cfe-commits mailing list