http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48173
Hector Oron <hector.oron at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hector.oron at gmail dot | |com --- Comment #4 from Hector Oron <hector.oron at gmail dot com> 2011-03-22 14:25:00 UTC --- Hello, I also attempted a backtrace, but I am not sure if it is done properly. (gdb) run The program being debugged has been started already. Start it from the beginning? (y or n) y Starting program: /home/zumbi/gcc-4.6-4.6.0~rc1/build/prev-gcc/xgcc -B/home/zumbi/gcc-4.6-4.6.0\~rc1/build/./prev-gcc/ -B/usr/arm-linux-gnueabi/bin/ -B/usr/arm-linux-gnueabi/bin/ -B/usr/arm-linux-gnueabi/lib/ -isystem /usr/arm-linux-gnueabi/include -isystem /usr/arm-linux-gnueabi/sys-include -c -g -O2 -gtoggle -DIN_GCC -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat -Wno-error -DHAVE_CONFIG_H -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -I../../src/gcc/../libcpp/include -I../../src/gcc/../libdecnumber -I../../src/gcc/../libdecnumber/dpd -I../libdecnumber ../../src/gcc/expmed.c -o expmed.o ../../src/gcc/expmed.c: In function 'init_expmed': ../../src/gcc/expmed.c:134:3: warning: array subscript is above array bounds [-Warray-bounds] Breakpoint 2, internal_error (gmsgid=0x25d10 "%s (program %s)") at ../../src/gcc/diagnostic.c:838 838 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_ICE); (gdb) bt #0 internal_error (gmsgid=0x25d10 "%s (program %s)") at ../../src/gcc/diagnostic.c:838 #1 0x0000ee98 in execute () at ../../src/gcc/gcc.c:2694 #2 0x0000f31c in do_spec_1 (spec=0x57890 "-o %|.s |\n as %(asm_options) %m.s %A", inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:4470 #3 0x00011874 in process_brace_body (p=<value optimized out>) at ../../src/gcc/gcc.c:5721 #4 handle_braces (p=<value optimized out>) at ../../src/gcc/gcc.c:5634 #5 0x0000fd78 in do_spec_1 (spec=0x57818 " %{fcompare-debug=*|fdump-final-insns=*:%:compare-debug-dump-opt()} %{!S:-o %|.s |\n as %(asm_options) %m.s %A }", inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:5107 #6 0x00011874 in process_brace_body (p=<value optimized out>) at ../../src/gcc/gcc.c:5721 #7 handle_braces (p=<value optimized out>) at ../../src/gcc/gcc.c:5634 #8 0x0000fd78 in do_spec_1 (spec=0x504f8 "%{!fwpa: %{fcompare-debug=*|fdump-final-insns=*:%:compare-debug-dump-opt()} %{!S:-o %|.s |\n as %(asm_options) %m.s %A } }", inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:5107 #9 0x0000f5c4 in do_spec_1 (spec=0x57668 "%(invoke_as)", inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:5214 #10 0x00011874 in process_brace_body (p=<value optimized out>) at ../../src/gcc/gcc.c:5721 #11 handle_braces (p=<value optimized out>) at ../../src/gcc/gcc.c:5634 #12 0x0000fd78 in do_spec_1 (spec=0x571d8 " %{traditional:%eGNU C no longer supports -traditional without -E} %{save-temps*|traditional-cpp|no-integrated-cpp:%(trad_capable_cpp) \t %(cpp_options) -o %{save-temps*:%b.i} %{!save-te"..., inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:5107 #13 0x00011874 in process_brace_body (p=<value optimized out>) at ../../src/gcc/gcc.c:5721 #14 handle_braces (p=<value optimized out>) at ../../src/gcc/gcc.c:5634 #15 0x0000fd78 in do_spec_1 (spec=0x57010 "%{!MM: %{traditional:%eGNU C no longer supports -traditional without -E} %{save-temps*|traditional-cpp|no-integrated-cpp:%(trad_capable_cpp) \t %(cpp_options) -o %{save-temps*:%b.i} %{!s"..., inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:5107 #16 0x00011874 in process_brace_body (p=<value optimized out>) at ../../src/gcc/gcc.c:5721 #17 handle_braces (p=<value optimized out>) at ../../src/gcc/gcc.c:5634 #18 0x0000fd78 in do_spec_1 (spec=0x56e48 "%{!M:%{!MM: %{traditional:%eGNU C no longer supports -traditional without -E} %{save-temps*|traditional-cpp|no-integrated-cpp:%(trad_capable_cpp) \t %(cpp_options) -o %{save-temps*:%b.i}"..., inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:5107 #19 0x00011874 in process_brace_body (p=<value optimized out>) at ../../src/gcc/gcc.c:5721 #20 handle_braces (p=<value optimized out>) at ../../src/gcc/gcc.c:5634 #21 0x0000fd78 in do_spec_1 (spec=0x27b48 "%{E|M|MM:%(trad_capable_cpp) %(cpp_options) %(cpp_debug_options)} %{!E:%{!M:%{!MM: %{traditional:%eGNU C no longer supports -traditional without -E} %{save-temps*|traditional-cpp|no"..., inswitch=<value optimized out>, soft_matched_part=0x0) at ../../src/gcc/gcc.c:5107 #22 0x00010d64 in do_spec_2 (spec=<value optimized out>) at ../../src/gcc/gcc.c:4172 #23 0x00011cb4 in do_spec (spec=<value optimized out>) at ../../src/gcc/gcc.c:4139 #24 0x00014454 in main (argc=41, argv=0xbe82f4f4) at ../../src/gcc/gcc.c:6723 23MB core file available at: http://people.debian.org/~zumbi/tmp/core Cheers