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++/52432] [C++11] -fdump-tree-gimple causes ICE: Error reporting routines re-entered.


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

--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-02-29 13:41:24 UTC ---
It's a bit more tricky, because if we only do that we have a diagnostic quality
regression for decltyp32.C: many error messages are recursively produces
instead of one. The fact is, unqualified_name_lookup_error doesn't just emit
errors, also includes a mechanism preventing such long chains of errors.


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