[Bug preprocessor/91025] cpp man page incorrectly describes -MD option

2019-12-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91025 --- Comment #3 from Jonathan Wakely --- Thanks! As per https://gcc.gnu.org/contribute.html#patches patches should be sent to the mailing list for review. They get missed/ignored when attached to bugzilla. If this is your first patch for GCC it's

[Bug preprocessor/91025] cpp man page incorrectly describes -MD option

2019-12-03 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91025 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug preprocessor/91025] cpp man page incorrectly describes -MD option

2019-12-02 Thread srk31 at srcf dot ucam.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91025 --- Comment #2 from Stephen Kell --- Created attachment 47405 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47405&action=edit Patch to cpp manual page's description of -MD It took me long enough, but I'm fairly sure this patch results in

[Bug preprocessor/91025] cpp man page incorrectly describes -MD option

2019-06-27 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91025 --- Comment #1 from Jonathan Wakely --- (In reply to Stephen Kell from comment #0) > I'm happy in principle to produce a patch... but haven't quite got my head > around how the man pages are generated (from the texinfo?). Yes, via .pod files. Se