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

2006-03-23 Thread reichelt at gcc dot gnu dot org
--- Comment #4 from reichelt at gcc dot gnu dot org 2006-03-23 10:45 --- Fixed by RTH's patch for PS 26084. -- reichelt at gcc dot gnu dot org changed: What|Removed |Added

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

2006-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-09 18:27 --- Confirmed on the mainline. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

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

2006-03-09 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-09 18:49 --- *** Bug 26084 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

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

2006-03-09 Thread pinskia at gcc dot gnu dot org
--- 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