[Bug middle-end/30538] gcc reach gcc_unreachable()

2007-01-21 Thread jakub at gcc dot gnu dot org
--- Comment #4 from jakub at gcc dot gnu dot org 2007-01-22 07:48 --- *** This bug has been marked as a duplicate of 27416 *** -- jakub at gcc dot gnu dot org changed: What|Removed |Added --

[Bug middle-end/30538] gcc reach gcc_unreachable()

2007-01-21 Thread kuba at et dot pl
--- Comment #3 from kuba at et dot pl 2007-01-22 01:41 --- Try my patch: http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01755.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30538

[Bug middle-end/30538] gcc reach gcc_unreachable()

2007-01-21 Thread kuba at et dot pl
--- Comment #2 from kuba at et dot pl 2007-01-22 01:41 --- int foo() { int a = 0, i; #pragma omp for firstprivate(a) for(i = 0; i < 10; i++) a += i; return a; } -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30538

[Bug middle-end/30538] gcc reach gcc_unreachable()

2007-01-21 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-01-22 00:46 --- Do you have a testcase? If gcc_unreachable is called, that is an ICE (internal compiler error). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added