This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/29546] Wrong preprocessing when value of a define is "powerpc"
- 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: 22 Oct 2006 14:15:55 -0000
- Subject: [Bug preprocessor/29546] Wrong preprocessing when value of a define is "powerpc"
- References: <bug-29546-13177@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-22 14:15 -------
Note if you add -pedantic or -ansi or -std=c99 or -std=c89, powerpc will not be
defined as it is not in the reserved space.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29546