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 middle-end/26076] ICE in can_throw_internal_1 at except.c:2581



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


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