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/12273] libstdc++-v3/include/bits/demangle.h:217: internal compiler error: virtual array [0]: element 0 out of bounds in initialize_inlined_parameters, at tree-inline.c:680


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dannysmith at gcc dot gnu dot org  2003-09-15 00:13 -------
Another data point for i696-pc-mingw32 (20030913)

The error at -O2 only occurs with -fno-unit-at-a-time.  (I had set this in 
CFLAGS because I am building on a low-memory machine (physmem = 64mb, --param 
ggc-min-expand=34 --param ggc-min-heapsize=8118) and bootstrap was taking ages)

Compiling demangle.cc with -O2 -funit-at-a-time succeeds without error.

Danny


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