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


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

             Bug #: 52432
           Summary: [C++11] -fdump-tree-gimple causes ICE: Error reporting
                    routines re-entered.
    Classification: Unclassified
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: redi@gcc.gnu.org


Created attachment 26782
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26782
testcase from PR 52427

Trunk snapshot from 20120225 gets an ICE when using -fdump-tree-gimple for the
testcase from PR 52427 

g++ main.cc -fdump-tree-gimple  -std=c++0x 

Internal compiler error: Error reporting routines re-entered.
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

Without -fdump-tree-gimple it compiles without error


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