This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32003] Undocumened -fdump-tree options
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 28 Jan 2012 02:56:50 +0000
- Subject: [Bug middle-end/32003] Undocumened -fdump-tree options
- Auto-submitted: auto-generated
- References: <bug-32003-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32003
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |documentation
Status|UNCONFIRMED |NEW
Last reconfirmed| |2012-01-28
Component|driver |middle-end
Ever Confirmed|0 |1
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-01-28 02:56:50 UTC ---
{"memsyms", TDF_MEMSYMS},
Is now just the same as vops.
stmtaddr just prints out the actually address of the gimple/tree.
Confirmed.