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 optimization/13229] Odd combination of optimizations causes ICE in double complex loop


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-29 06:07 -------
(gdb) bt
#0  0x001c1ddc in init_alias_analysis () at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-clean/src/
gcc/alias.c:2842
#1  0x00227a44 in bypass_jumps (file=0x0) at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-clean/
src/gcc/gcse.c:7970
#2  0x0015cf80 in rest_of_handle_jump_bypass (decl=0x13ed700, insns=0x13e4a20) at /
Volumes/UFS_Partition/pinskia/src/fsf/gcc-clean/src/gcc/toplev.c:2590
#3  0x0015ec70 in rest_of_compilation (decl=0x13ed700) at /Volumes/UFS_Partition/pinskia/src/
fsf/gcc-clean/src/gcc/toplev.c:3366
#4  0x00293d5c in tree_rest_of_compilation (fndecl=0x13ed700, nested_p=false) at /Volumes/
UFS_Partition/pinskia/src/fsf/gcc-clean/src/gcc/tree-optimize.c:168
#5  0x000c62a8 in expand_body (fn=0x13ed700) at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-
clean/src/gcc/cp/semantics.c:2884
#6  0x0027e46c in cgraph_expand_function (node=0x13f2150) at /Volumes/UFS_Partition/
pinskia/src/fsf/gcc-clean/src/gcc/cgraphunit.c:499
#7  0x00280d74 in cgraph_expand_all_functions () at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-
clean/src/gcc/cgraphunit.c:1332
#8  0x00281058 in cgraph_optimize () at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-clean/src/
gcc/cgraphunit.c:1396
#9  0x00071548 in finish_file () at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-clean/src/gcc/cp/
decl2.c:2868
#10 0x0011ba20 in c_common_parse_file (set_yydebug=0) at /Volumes/UFS_Partition/pinskia/src/
fsf/gcc-clean/src/gcc/c-opts.c:1233
#11 0x0015b5f0 in compile_file () at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-clean/src/gcc/
toplev.c:1836
#12 0x00161e7c in do_compile () at /Volumes/UFS_Partition/pinskia/src/fsf/gcc-clean/src/gcc/
toplev.c:4691
#13 0x00161f60 in toplev_main (argc=20, argv=0xbffffb60) at /Volumes/UFS_Partition/pinskia/
src/fsf/gcc-clean/src/gcc/toplev.c:4731
#14 0x0012157c in main (argc=20, argv=0xbffffb60) at /Volumes/UFS_Partition/pinskia/src/fsf/
gcc-clean/src/gcc/main.c:35

-- 


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


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