[Bug pch/26660] [4.2 Regression] PCH vs -save-temps, ICE while GCing

2006-03-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-13 00:52 --- This worked with 4.1.0 20060208. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug pch/26660] [4.2 Regression] PCH vs -save-temps, ICE while GCing

2006-03-12 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-13 00:53 --- I should note I found this wil trying to figure out why a libstdc++ testcase was failing. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26660

[Bug pch/26660] [4.2 Regression] PCH vs -save-temps, ICE while GCing

2006-03-12 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-13 02:41 --- Just a note the reason why this is ICE on valid and not just ICE on invalid is because the source to t1.cc could also be: #include t.hh extern __inline__ int stat (__const char *__path, struct stat *__statbuf) throw