This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11341] [cygwin] [pch] ICE in ggc_pop_context, at ggc-page.c:1441 while compiling libstc++3
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2003 21:02:03 -0000
- Subject: [Bug bootstrap/11341] [cygwin] [pch] ICE in ggc_pop_context, at ggc-page.c:1441 while compiling libstc++3
- References: <20030626234311.11341.giovannibajo@libero.it>
- 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=11341
------- Additional Comments From giovannibajo at libero dot it 2003-06-28 21:02 -------
Subject: Re: [cygwin] [pch] ICE in ggc_pop_context, at ggc-page.c:1441 while compiling libstc++3
geoffk at geoffk dot org <gcc-bugzilla@gcc.gnu.org> wrote:
>> Geoff, do you have any patch to completely disable PCH during bootstrap?
At
>> least that would be a check if it's PCH related or not.
>
> That wouldn't prove that it's really anything to do with PCH. It
> could be a random memory corruption bug that just happens to only turn
> up when PCH is in use.
Ok. I would appreciate a patch anyway since it would let me bootstrap again.
Meanwhile, I cannot reduce the testcase properly because of PR11361 coming
into my way while reducing it (everytime #line infos are a little screwed).
Giovanni Bajo