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++/25873] New: [gomp] ICE in verify_eh_throw_stmt_node


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


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