This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/52432] [C++11] -fdump-tree-gimple causes ICE: Error reporting routines re-entered.
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Feb 2012 14:13:44 +0000
- Subject: [Bug c++/52432] [C++11] -fdump-tree-gimple causes ICE: Error reporting routines re-entered.
- Auto-submitted: auto-generated
- References: <bug-52432-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52432
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-29 14:13:44 UTC ---
Grunt, the mechanism part of unqualified_name_lookup_error isn't actually used
for decltype32.C: something else is happening which manages to avoid the
recursion in the error_messages when unqualified_name_lookup_error is called
unconditionally. Looking into it.