[Bug libgomp/38676] GCC 4.4 ICE on OpenMP shared

2008-12-30 Thread il dot basso dot buffo at gmail dot com
--- Comment #2 from il dot basso dot buffo at gmail dot com 2008-12-30 21:43 --- This is actually an ultra-condensed example of a GCC 4.4.0 build failure in ImageMagick. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38676

[Bug libgomp/38676] GCC 4.4 ICE on OpenMP shared

2008-12-30 Thread il dot basso dot buffo at gmail dot com
--- Comment #1 from il dot basso dot buffo at gmail dot com 2008-12-30 21:41 --- void main() { int bar, foo = 1; #pragma omp parallel for schedule(dynamic,1) shared(foo) for (bar = 0; bar < 3; bar++) { switch(foo) {