doc: Fix docs for -dD regarding predefined macros
commite2e4b603ced350447a8d0e2c5f4d419b8f69b6a6
authorJonathan Wakely <jwakely@redhat.com>
Tue, 5 Mar 2024 16:09:06 +0000 (5 16:09 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 7 Mar 2024 14:21:09 +0000 (7 14:21 +0000)
treed0da0d54139c0314b9b145339135e519798bee1b
parentfa0468877869f52b05742de6deef582e4dd296fc
doc: Fix docs for -dD regarding predefined macros

The manual has always claimed that -dD differs from -dM by not
outputting predefined macros, but that's untrue. It has been untrue
since GCC 3.0 (probably with the change to use libcpp as the default
preprocessor implementation).

gcc/ChangeLog:

* doc/cppopts.texi: Remove incorrect claim about -dD not
outputting predefined macros.
gcc/doc/cppopts.texi