[Bug c++/31516] ICE on nested templates

2007-08-15 Thread pcarlini at suse dot de
--- Comment #4 from pcarlini at suse dot de 2007-08-15 15:25 --- This is a duplicate of 33035 and indeed the latter isn't a regression, I'm fixing that. *** This bug has been marked as a duplicate of 33035 *** -- pcarlini at suse dot de changed: What|Removed

[Bug c++/31516] ICE on nested templates

2007-04-10 Thread bangerth at dealii dot org
--- Comment #3 from bangerth at dealii dot org 2007-04-10 19:18 --- (In reply to comment #2) > Maybe you don't have checking enabled for the release versions? That appears to be the case (I thought I had set --enable-checking). In any case, I see the ICE on the currently maintained re

[Bug c++/31516] ICE on nested templates

2007-04-09 Thread reichelt at gcc dot gnu dot org
--- Comment #2 from reichelt at gcc dot gnu dot org 2007-04-10 01:22 --- Well, it crashes for me: GCC 2.95.3: PR31516.cc: In method `A<{anon}>::B<{anon}>::foo()::C::C()': PR31516.cc:7: ../../../gcc-2.95.3/gcc/cp/pt.c:2493: Expect 't', have 'function_decl' GCC 3.0.4: PR31516.cc: In mem

[Bug c++/31516] ICE on nested templates

2007-04-09 Thread bangerth at dealii dot org
--- Comment #1 from bangerth at dealii dot org 2007-04-10 00:30 --- Confirmed, though this appears to work up to and including the 4.1.2 release at least, in contrast to your assertion... W. -- bangerth at dealii dot org changed: What|Removed |Add