[Bug c++/28051] [4.0/4.1/4.2 regression] ICE on invalid conversion operator

2006-06-25 Thread lmillward at gcc dot gnu dot org
--- Comment #3 from lmillward at gcc dot gnu dot org 2006-06-25 11:07 --- Subject: Bug 28051 Author: lmillward Date: Sun Jun 25 11:07:05 2006 New Revision: 114985 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114985 Log: PR c++/28051 * mangle.c (mangle_conv_op_

[Bug c++/28051] [4.0/4.1/4.2 regression] ICE on invalid conversion operator

2006-06-18 Thread lmillward at gcc dot gnu dot org
-- lmillward at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |lmillward at gcc dot gnu dot |dot org

[Bug c++/28051] [4.0/4.1/4.2 regression] ICE on invalid conversion operator

2006-06-16 Thread bangerth at dealii dot org
--- Comment #2 from bangerth at dealii dot org 2006-06-16 23:00 --- Actually, 4.0.x is the only compiler that I can get to ICE: g/x> /home/bangerth/bin/gcc-4.0.x/bin/c++ -O3 -c x.cc x.cc: In instantiation of 'B<0>': x.cc:8: instantiated from here x.cc:5: error: no type named 'X' in 's

[Bug c++/28051] [4.0/4.1/4.2 regression] ICE on invalid conversion operator

2006-06-16 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |minor Target Milestone|--- |4.0.4 http://

[Bug c++/28051] [4.0/4.1/4.2 regression] ICE on invalid conversion operator

2006-06-16 Thread reichelt at gcc dot gnu dot org
--- Comment #1 from reichelt at gcc dot gnu dot org 2006-06-16 08:28 --- With Mark's patch for PR 27665 the testcase is now correclty rejected, but we still ICE with the following one: = template struct A {}; template struct B :