[Bug middle-end/32003] Undocumented -fdump-tree options

2017-02-15 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32003

--- Comment #10 from Martin Sebor  ---
Author: msebor
Date: Wed Feb 15 20:13:11 2017
New Revision: 245493

URL: https://gcc.gnu.org/viewcvs?rev=245493&root=gcc&view=rev
Log:
2017-02-15  Martin Sebor  

PR middle-end/32003
* doc/invoke.texi (-fdump-final-insns): Replace option accidentally
removed in a prior commit.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/invoke.texi

[Bug middle-end/32003] Undocumented -fdump-tree options

2017-02-02 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32003

Martin Sebor  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Martin Sebor  ---
Fixed in r245136.

[Bug middle-end/32003] Undocumented -fdump-tree options

2017-02-02 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32003

--- Comment #8 from Martin Sebor  ---
Author: msebor
Date: Thu Feb  2 20:57:37 2017
New Revision: 245136

URL: https://gcc.gnu.org/viewcvs?rev=245136&root=gcc&view=rev
Log:
PR middle-end/32003 - Undocumented -fdump-tree options

gcc/ChangeLog:
   * doc/invoke.texi (-fdump-rtl-): Remove pass-specific options from
   index.
   (-fdump-tree-@var): Add to index and document how to come up
   with pass-specific option and dump file names.
   (-fdump-passes): Clarify where to look for output.

Modified:
trunk/gcc/ChangeLog
trunk/gcc/doc/invoke.texi

[Bug middle-end/32003] Undocumented -fdump-tree options

2017-02-01 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32003

Martin Sebor  changed:

   What|Removed |Added

   Keywords||patch
 Status|NEW |ASSIGNED
   Assignee|unassigned at gcc dot gnu.org  |msebor at gcc dot 
gnu.org

--- Comment #7 from Martin Sebor  ---
Patch posted for review:
https://gcc.gnu.org/ml/gcc-patches/2017-02/msg00104.html

[Bug middle-end/32003] Undocumented -fdump-tree options

2017-01-09 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32003

--- Comment #6 from Martin Sebor  ---
That sounds good to me.  Unless someone beats me to it, I can see about making
those changes in stage 4 after I'm done with all my stage 3 work.

[Bug middle-end/32003] Undocumented -fdump-tree options

2017-01-08 Thread sandra at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32003

sandra at gcc dot gnu.org changed:

   What|Removed |Added

 CC||sandra at gcc dot gnu.org

--- Comment #5 from sandra at gcc dot gnu.org ---
Given how bloated the GCC user manual is already (it takes almost 20 pages just
to *list* all the options), I'd prefer trimming all the dump-related option
documentation to something short and generic with a pointer to the GCC
internals manual for a full list of the pass names and what they do.  Ordinary
users have little reason to use these options, and understanding the dump
output requires some familiarity with GCC internals anyway.