[Bug c++/25342] [4.0 Regression] internal compiler error: in lookup_member, at cp/search.c:1209

2007-02-03 Thread gdr at gcc dot gnu dot org
--- Comment #12 from gdr at gcc dot gnu dot org 2007-02-03 16:06 --- Fixed in GCC-4.1.0. -- gdr at gcc dot gnu dot org changed: What|Removed |Added Status|ASS

[Bug c++/25342] [4.0 Regression] internal compiler error: in lookup_member, at cp/search.c:1209

2006-08-04 Thread reichelt at gcc dot gnu dot org
--- Comment #11 from reichelt at gcc dot gnu dot org 2006-08-04 21:39 --- Even worse, here's a modified example that produces wrong code on the 4.0 branch: struct A { typedef int X; }; template struct B { typedef typename T::X Y; template st

[Bug c++/25342] [4.0 Regression] internal compiler error: in lookup_member, at cp/search.c:1209

2006-08-04 Thread reichelt at gcc dot gnu dot org
--- Comment #10 from reichelt at gcc dot gnu dot org 2006-08-04 21:17 --- The reduced testcase from comment #1 now compiles on the 4.0 branch. However, the original testcase still causes hiccups (but no ICE): bug.cc: In static member function 'static void tpl_seq_search::range::find()