This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/18502] trigraphs don't work with -std=gnu99
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Nov 2004 15:15:49 -0000
- Subject: [Bug c/18502] trigraphs don't work with -std=gnu99
- References: <20041115145424.18502.rwxr-xr-x@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-15 15:15 -------
Confirmed, the problem is either in the C front-end (which is really the code which drives the
preprocessor library) or in the C driver part:
/Users/pinskia/local/libexec/gcc/powerpc-apple-darwin7.6.0/4.0.0/cc1 -E -quiet -v -P -trigraphs
-trigraphs -D__DYNAMIC__ -D__APPLE_CC__=1 - -fPIC -std=gnu99
Note how -std=gnu99 is done after -trigraphs.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|preprocessor |c
Ever Confirmed| |1
Keywords| |diagnostic
Last reconfirmed|0000-00-00 00:00:00 |2004-11-15 15:15:48
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18502