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-14 21:07 -------
Same error occurs with i686-pc-mingw32 on 20030913, configured with:
--with-gcc --with-gnu-ld --with-gnu-as --host=i686-pc-mingw32 --build=i686-pc-
mingw32 --target=i686-pc-mingw32 --prefix=/mingw  --enable-threads --disable-
nls --enable-languages=c,c++,ada,f77,objc --disable-win32-registry --disable-
shared --enable-sjlj-exceptions --disable-libstdcxx-pch.

src/demangle.cc does compile without error if I change CFLAGS to -O0.  -O1 and -
Os fail.

Danny


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