This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11341] [cygwin] ICE in ggc_pop_context, at ggc-page.c:1441 while compiling libstc++3
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jun 2003 02:02:25 -0000
- Subject: [Bug bootstrap/11341] [cygwin] 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 pinskia at physics dot uc dot edu 2003-06-28 02:02 -------
you are right that only disables for the testsuite, you can disable the gch from creating for
the testsuite by switching GLIBCPP_BUILD_PCH_TRUE and
GLIBCPP_BUILD_PCH_FALSE around in src/libstdc++-v3/include/Makefile.in, this will
disable the creation of the gch but it does not fill the bug which causes the ICE.