Hello, $ echo '??-' | gcc -P -E -trigraphs -std=gnu99 -trigraphs - <stdin>:1:1: warning: trigraph ??- ignored, use -trigraphs to enable ??- $
That shouldn't happen. Apparently -trigraphs is ignored with -std=gnu99. Weird. Lukas -- Summary: trigraphs don't work with -std=gnu99 Product: gcc Version: 3.4.3 Status: UNCONFIRMED Severity: normal Priority: P2 Component: preprocessor AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rwxr-xr-x at gmx dot de CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18502