------- Comment #3 from pinskia at gcc dot gnu dot org  2006-03-09 18:53 -------
A little simplier testcase is:
struct A
{
    ~A();
};
void foo()
{
#pragma omp parallel
    A a, b;
}


-- 


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

Reply via email to