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: unassig...@gcc.gnu.org
        ReportedBy: r...@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

Reply via email to