------- 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<int> void foo();
 };

 template void A::foo<0>();

ICEs the same way.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27315

Reply via email to