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 neil at daikokuya dot co dot uk  2005-02-09 22:48 -------
Subject: Re:  -E -dD includes predefined macros

jason at catapult dot com wrote:-

> Where did you read this?  This is what is written in the CPP and GCC manpages,
> and the GCC online docs.
> 
> D - Like M except in two respects: it does not include the predefined macros,
> and it outputs both the #define directives and the result of preprocessing. Both
> kinds of output go to the standard output file. 
> 
> Neil, thanks for the suggestion, it removed all of them except for #define
> __STDC_HOSTED__ 1, which I can take out with sed.

OK, so 2 bugs here then 8-)


-- 


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]