[Bug c/63326] whether a #pragma is a statement depends on the type of pragma
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Oct 22 08:37:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63326
--- Comment #8 from Richard Biener <rguenth at gcc dot gnu.org> ---
Maybe we should also warn about
if (...)
#pragma STDC ...
foo ();
both if we are treating the #pragma as stmt and if not. That is, if the
#pragma appears in a place where that would make a difference.
More information about the Gcc-bugs
mailing list