This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug pch/26660] [4.2 Regression] PCH vs -save-temps, ICE while GCing
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Mar 2006 02:41:26 -0000
- Subject: [Bug pch/26660] [4.2 Regression] PCH vs -save-temps, ICE while GCing
- References: <bug-26660-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla 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 ()
{
}
-----
And it still ICEs.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26660