[Bug c++/27315] ICE with ill-placed #pragma omp parallel

2006-04-28 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-04-28 16:46 --- This does not ICE with checking turned off and it has failed since 3.4.0 (and I don't have a checking build before the 3.4.0). -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/27315] ICE with ill-placed #pragma omp parallel

2006-04-28 Thread jakub at gcc dot gnu dot org
--- Comment #2 from jakub at gcc dot gnu dot org 2006-04-28 16:38 --- Doesn't seem to be openmp specific: struct A ! { template void foo(); }; template void A::foo<0>(); ICEs the same way. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27315

[Bug c++/27315] ICE with ill-placed #pragma omp parallel

2006-04-25 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-04-25 18:28 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|norma