This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/25879] [4.2 Regression] TDF_CHAIN makes -fdump-tree-all-all useless



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]