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 #6 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 2012-09-20 14:05:24 UTC ---
Author: paolo
Date: Thu Sep 20 14:05:19 2012
New Revision: 191564

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191564
Log:
/cp
2012-09-20  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/52432
    * pt.c (tsubst_copy_and_build): If tf_error is not set in the complain
    argument don't call unqualified_name_lookup_error.

/testsuite
2012-09-20  Paolo Carlini  <paolo.carlini@oracle.com>

    PR c++/52432
    * g++.dg/cpp0x/decltype32.C: Tweak.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/g++.dg/cpp0x/decltype32.C


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