This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/37265] [4.4 Regression] mt_allocator.cc:646: ICE: in gt_ggc_m_S, at ggc-page.c:1281
- From: "danglin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Sep 2008 02:01:37 -0000
- Subject: [Bug other/37265] [4.4 Regression] mt_allocator.cc:646: ICE: in gt_ggc_m_S, at ggc-page.c:1281
- References: <bug-37265-276@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from danglin at gcc dot gnu dot org 2008-09-05 02:01 -------
I seen this failure with several files including a-direct.adb. The failure
in bitmap_allocator.cc is here:
../../../../gcc/libstdc++-v3/src/bitmap_allocator.cc: In member function 'void
__gnu_cxx::free_list::_M_clear()':
../../../../gcc/libstdc++-v3/src/bitmap_allocator.cc:107: internal compiler
error: in gt_ggc_m_S, at ggc-page.c:1281
Compile options are:
-nostdinc++ -v -I/home/dave/gnu/gcc/objdir/hppa-linux/libstdc++-v3/include/hppa
-linux -I/home/dave/gnu/gcc/objdir/hppa-linux/libstdc++-v3/include
-I/home/dave/
gnu/gcc/gcc/libstdc++-v3/libsupc++ -iprefix
/home/dave/gnu/gcc/objdir/gcc/../lib
/gcc/hppa-linux/4.4.0/ -isystem /home/dave/gnu/gcc/objdir/./gcc/include
-isystem
/home/dave/gnu/gcc/objdir/./gcc/include-fixed -D_GNU_SOURCE -D_GNU_SOURCE
-DPIC
-isystem /home/dave/opt/gnu/gcc/gcc-4.4.0/hppa-linux/include -isystem
/home/dav
e/opt/gnu/gcc/gcc-4.4.0/hppa-linux/sys-include
../../../../gcc/libstdc++-v3/src/
bitmap_allocator.cc -dumpbase bitmap_allocator.cc -auxbase-strip
bitmap_allocato
r.s -g -O2 -Wall -Wextra -Wwrite-strings -Wcast-qual -version
-fno-implicit-temp
lates -fdiagnostics-show-location=once -ffunction-sections -fdata-sections
-fPIC
-o bitmap_allocator.s
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37265