[Bug c++/29435] [4.1/4.2 Regression] segmentation fault

2006-10-15 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29435

[Bug c++/29435] [4.1/4.2 Regression] segmentation fault

2006-10-11 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2006-10-12 03:57 --- The problem is that we have not layouted out the type yet, if we had with something like: template < class T > struct Rgb{}; Rgb t; template < int>int Camera1 () { sizeof (Rgb < int>); } We don't crash. Something

[Bug c++/29435] [4.1/4.2 Regression] segmentation fault

2006-10-11 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2006-10-12 03:48 --- Also ICEs with 4.2.0 20061012 but did not with 4.2.0 20061002 (which I think was built before PR 29226 came in). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added