This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug preprocessor/25717] [3.4/4.0/4.1/4.2 Regression] -dM does not list all defined macros (in particular, __STDC__)
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jan 2006 22:00:29 -0000
- Subject: [Bug preprocessor/25717] [3.4/4.0/4.1/4.2 Regression] -dM does not list all defined macros (in particular, __STDC__)
- References: <bug-25717-11985@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from steven at gcc dot gnu dot org 2006-01-09 22:00 -------
I get a lot of output with:
$ gcc -E -dD test.c
Perhaps that is what you're looking for. This looks more like a documentation
bug to me than a real preprocessor bug.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25717