This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34611] [4.3 regression] Broken diagnostic: 'tree_list' not supported by dump_expr
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jan 2008 07:41:37 -0000
- Subject: [Bug c++/34611] [4.3 regression] Broken diagnostic: 'tree_list' not supported by dump_expr
- References: <bug-34611-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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