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 middle-end/30768] [4.3 regression]: ICE in ext/pb_ds/regression/list_update_data_map_rand.cc



------- Comment #28 from pinskia at gcc dot gnu dot org  2007-02-18 23:28 -------
I think this is honza's bug.  The backtrace:
#0  fancy_abort (file=0xda66cc "../../gcc/dominance.c", line=374,
function=0xda66e4 "calc_dfs_tree") at ../../gcc/diagnostic.c:642
#1  0x0077eba8 in calc_dfs_tree (di=0xbffff0b0, reverse=CDI_DOMINATORS) at
../../gcc/dominance.c:374
#2  0x0077f9f4 in calculate_dominance_info (dir=CDI_DOMINATORS) at
../../gcc/dominance.c:632
#3  0x0080808c in update_ssa (update_flags=1024) at
../../gcc/tree-into-ssa.c:3155
#4  0x00331078 in tree_function_versioning (old_decl=0x1114e00,
new_decl=0x1408180, tree_map=0x0, update_clones=1 '\001') at
../../gcc/tree-inline.c:3455
#5  0x00711148 in save_inline_function_body (node=0x11a0e00) at
../../gcc/cgraphunit.c:1562
#6  0x004756b4 in apply_inline () at ../../gcc/ipa-inline.c:1563
#7  0x004b78f4 in execute_one_pass (pass=0xe9756c) at ../../gcc/passes.c:1055


Looks up inlining is messing up after all.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org


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


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