This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug pch/12606] internal compiler error: in ggc_pch_read, at ggc-page.c:2099
- 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: 14 Oct 2003 01:10:44 -0000
- Subject: [Bug pch/12606] internal compiler error: in ggc_pch_read, at ggc-page.c:2099
- References: <20031013233128.12606.carlo@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12606
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-10-14 01:03:59 |2003-10-14 01:10:43
date| |
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-10-14 01:10 -------
I found the way to reproduce it, create an empty file call it pch.h
run the following:
gcc pch.h -include pch.h
gcc pch.h -include pch.h
And it will produce the ICE.