------- 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

Reply via email to