This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/25879] [4.2 Regression] TDF_CHAIN makes -fdump-tree-all-all useless
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2006 15:34:34 -0000
- Subject: [Bug tree-optimization/25879] [4.2 Regression] TDF_CHAIN makes -fdump-tree-all-all useless
- References: <bug-25879-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-20 15:34 -------
Created an attachment (id=10689)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10689&action=view)
patch which removes TDF_CHAIN and changes debug_tree_chain to debug_decl_chain
This patch removes TDF_CHAIN and it also changes debug_tree_chain to
debug_decl_chain for the correct meaning of the function.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25879