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 bootstrap/11341] [cygwin] ICE in ggc_pop_context, at ggc-page.c:1441 while compiling libstc++3


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 01:50 -------
Subject: Re:  [cygwin] ICE in ggc_pop_context, at ggc-page.c:1441 while compiling libstc++3

Your patch didn't apply. I installed this:

Index: testsuite_flags.in
===================================================================
RCS file: /cvsroot/gcc/gcc/libstdc++-v3/scripts/testsuite_flags.in,v
retrieving revision 1.1
diff -c -w -r1.1 testsuite_flags.in
*** testsuite_flags.in  18 Jun 2003 01:52:08 -0000      1.1
--- testsuite_flags.in  28 Jun 2003 01:40:07 -0000
***************
*** 43,49 ****
        echo ${CXX}
        ;;
      --build-cxx)
!       PCHFLAGS="@glibcpp_PCHFLAGS@"
        CXX_build="@glibcpp_CXX@ ${PCHFLAGS}"
        CXX=`echo "$CXX_build" | sed 's,gcc/xgcc ,gcc/g++ ,'`
        echo ${CXX}
--- 43,49 ----
        echo ${CXX}
        ;;
      --build-cxx)
!       PCHFLAGS=#"@glibcpp_PCHFLAGS@"
        CXX_build="@glibcpp_CXX@ ${PCHFLAGS}"
        CXX=`echo "$CXX_build" | sed 's,gcc/xgcc ,gcc/g++ ,'`
        echo ${CXX}


but I still get the segmentation fault. Besides, isn't this for testsuite
only?


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