[Bug c++/25659] [4.0/4.1/4.2 regression] ICE in build_call, at cp/call.c:324

2006-01-03 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-04 03:42 --- The reduced testcase for this one is: template class obj_pool { public: T *allocate(S *sim, const I& id) { return Allocator(sim, id); } }; namespace simulator { struct arm_simulator { static int *mach_

[Bug c++/25659] [4.0/4.1/4.2 regression] ICE in build_call, at cp/call.c:324

2006-01-03 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-01-04 02:26 --- Reducing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25659

[Bug c++/25659] [4.0/4.1/4.2 regression] ICE in build_call, at cp/call.c:324

2006-01-03 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Summary|[4.0/4.1 regression] ICE in |[4.0/4.1/4.2 regression] ICE |build_call, at cp/cal