[Bug preprocessor/81515] C pre-processor allows invalid words

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Jul 22 20:44:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81515

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The #if group is not processed because it's control condition evaluates to
zero, so the non-directive #ele is ignored.

See http://www.open-std.org/jtc1/sc22/wg14/www/docs/dr_412.htm


More information about the Gcc-bugs mailing list