The following code crashes the C++ frontend gomp-branch as of today
(yesterdays version worked fine):

========================
void foo()
{
#pragma omp parallel
    foo();
}
========================

bug.cc: In function 'void foo()':
bug.cc:1: internal compiler error: in verify_eh_throw_stmt_node, at
tree-eh.c:2085
Please submit a full bug report, [etc.]


-- 
           Summary: [gomp] ICE in verify_eh_throw_stmt_node
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: monitored, openmp
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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

Reply via email to