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: 28 Nov 2003 08:39:43 -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
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-11-28 08:39 -------
The problem is that GCC is doing the following:
1st time: including the header (source file) twice.
2nd time: including PCH file twice but over writing it
3rd time: trying to read in the currupted PCH file and fails.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12606