--- 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
--- 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
--- 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