[Bug middle-end/26076] ICE in can_throw_internal_1 at except.c:2581

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Mar 9 18:53:00 GMT 2006



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



More information about the Gcc-bugs mailing list