This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug pch/12606] internal compiler error: in ggc_pch_read, at ggc-page.c:2099


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]