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

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 13 02:41:00 GMT 2006



------- 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 ()
{
}
-----
And it still ICEs.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26660



More information about the Gcc-bugs mailing list