This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug preprocessor/19836] -E -dD includes predefined macros


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-09 06:39 -------
(In reply to comment #2)
> (In reply to comment #1)
> > This is documented to do this so this is not a bug.
> 
> I thought -dD was supposed to NOT include predefined macros?
This is what the documentation say:
Tell the preprocessing to pass all macro definitions into the output, in their proper sequence in the rest 
of the output.

see the "all" there it really means all, even predefined ones.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19836


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]