------- Comment #2 from pinskia at gcc dot gnu dot org 2007-08-22 00:37 ------- > Trigraphs in #if 0 ... #endif No that is correct to warn in that context as text inside #if 0 ... #endif are supposed to be tokens.
Now in multiple line comments, they should not be warned about. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33143