From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14495 invoked by alias); 28 Nov 2003 08:39:44 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 14482 invoked by uid 48); 28 Nov 2003 08:39:43 -0000 Date: Fri, 28 Nov 2003 08:39:00 -0000 Message-ID: <20031128083943.14481.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20031013233128.12606.carlo@gcc.gnu.org> References: <20031013233128.12606.carlo@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug pch/12606] internal compiler error: in ggc_pch_read, at ggc-page.c:2099 X-Bugzilla-Reason: CC X-SW-Source: 2003-11/txt/msg02479.txt.bz2 List-Id: ------- 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