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

Kevin Scott <kscott at eznet dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Web-based GCC 4.7.1 manual: |GCC 4.7.1 manual:  -dM and
                   | -dM and similar options    |similar options hard to
                   |hard to find                |find

--- Comment #6 from Kevin Scott <kscott at eznet dot net> 2012-08-01 03:05:10 
UTC ---
The old info that I was comparing to was from gcc 2.95.3.  Here is what the
section looked like in that version:

`-dM'
     Tell the preprocessor to output only a list of the macro
     definitions that are in effect at the end of preprocessing.  Used
     with the `-E' option.

`-dD'
     Tell the preprocessing to pass all macro definitions into the
     output, in their proper sequence in the rest of the output.

`-dN'
     Like `-dD' except that the macro arguments and contents are
     omitted.  Only `#define NAME' is included in the output.

`-dI'
     Output `#include' directives in addition to the result of
     preprocessing.

Having the "-d" with each option makes it more immediately apparent what they
are, and thus easier to find visually.

I don't doubt that the HTML and current info are the same.  I've adjusted the
title to describe the issue better.

Reply via email to