[Bug tree-optimization/33361] ICE in find_outermost_region_in_block, at tree-cfg.c:4803

reichelt at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Dec 27 16:04:00 GMT 2007



------- Comment #7 from reichelt at gcc dot gnu dot org  2007-12-27 16:03 -------
Shorter testcase that crashes already with "-O -fopenmp":

======================================
void foo();

struct A
{
  A() throw() { foo(); }
};

void bar()
{
#pragma omp parallel
  A a, b;
}
======================================


-- 

reichelt at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |reichelt at gcc dot gnu dot
                   |                            |org
           Keywords|                            |monitored


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



More information about the Gcc-bugs mailing list