[Bug c++/26084] [gomp-branch] ICE (segfault) on C++ OpenMP code

2006-02-07 Thread dnovillo at gcc dot gnu dot org
--- Comment #6 from dnovillo at gcc dot gnu dot org 2006-02-07 12:12 --- Mine. -- dnovillo at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassi

[Bug c++/26084] [gomp-branch] ICE (segfault) on C++ OpenMP code

2006-02-07 Thread martin at mpa-garching dot mpg dot de
--- Comment #5 from martin at mpa-garching dot mpg dot de 2006-02-07 10:44 --- (In reply to comment #4) > I still get the segmentation fault. Probably because I configured with > --enable-checking=release... I can confirm that I get the same error message reported Volker if I boostrap

[Bug c++/26084] [gomp-branch] ICE (segfault) on C++ OpenMP code

2006-02-06 Thread martin at mpa-garching dot mpg dot de
--- Comment #4 from martin at mpa-garching dot mpg dot de 2006-02-06 11:15 --- (In reply to comment #3) > I don't get a segfault, but the error message: > > bug.cc:11: internal compiler error: vector VEC(eh_region,base) index domain > error, in can_throw_internal_1 at except.c:2580 I

[Bug c++/26084] [gomp-branch] ICE (segfault) on C++ OpenMP code

2006-02-06 Thread reichelt at gcc dot gnu dot org
--- Comment #3 from reichelt at gcc dot gnu dot org 2006-02-06 09:40 --- I don't get a segfault, but the error message: bug.cc:11: internal compiler error: vector VEC(eh_region,base) index domain error, in can_throw_internal_1 at except.c:2580 Looks like a duplicate of PR 26076 to me.