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 c++/34611] [4.3 regression] Broken diagnostic: 'tree_list' not supported by dump_expr



------- Comment #3 from jakub at gcc dot gnu dot org  2008-01-04 07:41 -------
Well, TREE_LIST can mean anything, it is a list used for all kinds of things.
So you shouldn't handle it in dump_expr IMHO, but handle it in
dump_template_argument or dump_template_bindings?  Not sure where the TREE_LIST
can appear...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34611


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