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/13352] ICE SIGSEGV during bootstrap on libstdc++-v3/testsuite/testsuite_hooks.cc with the zone GC


------- Additional Comments From v dot haisman at sh dot cvut dot cz  2004-02-14 19:11 -------
Full bootstrap passed on FreeBSD. But it dies with the following on Cygwin. I
thought that Cygwin has good enough mmap().

make[2]: Entering directory `/D/WilX/gcc34/objdir/gcc'
gcc -c   -g  -DIN_GCC   -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-p
rototypes -pedantic -Wno-long-long    -DHAVE_CONFIG_H    -I. -I. -I../../srcdir/
gcc -I../../srcdir/gcc/. -I../../srcdir/gcc/../include  ../../srcdir/gcc/ggc-zon
e.c -o ggc-zone.o
../../srcdir/gcc/ggc-zone.c:81:2: #error "Zone collector requires mmap"
../../srcdir/gcc/ggc-zone.c: In function `release_pages':
../../srcdir/gcc/ggc-zone.c:510: warning: unused parameter 'zone'
make[2]: *** [ggc-zone.o] Error 1
make[2]: Leaving directory `/D/WilX/gcc34/objdir/gcc'
make[1]: *** [stage1_build] Error 2
make[1]: Leaving directory `/D/WilX/gcc34/objdir/gcc'
make: *** [bootstrap] Error 2

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13352


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