This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30509] [4.3 Regression] ice for legal code with -O3
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2007 02:21:17 -0000
- Subject: [Bug middle-end/30509] [4.3 Regression] ice for legal code with -O3
- References: <bug-30509-9596@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from pinskia at gcc dot gnu dot org 2007-01-22 02:21 -------
This is caused by exceptions and inlining:
#1 0x084ebd68 in calc_dfs_tree (di=0xbfe06ef4, reverse=CDI_DOMINATORS)
at /src/gcc/local/gcc/gcc/dominance.c:374
#2 0x084ec6ef in calculate_dominance_info (dir=CDI_DOMINATORS)
at /src/gcc/local/gcc/gcc/dominance.c:632
#3 0x08379211 in update_ssa (update_flags=512) at
/src/gcc/local/gcc/gcc/tree-into-ssa.c:3155
#4 0x082ea499 in tree_function_versioning (old_decl=0xb7d4ac40,
new_decl=0xb7d504d0,
tree_map=0x0, update_clones=1 '\001') at
/src/gcc/local/gcc/gcc/tree-inline.c:3308
#5 0x08903a9e in save_inline_function_body (node=0xb7c97580)
at /src/gcc/local/gcc/gcc/cgraphunit.c:1533
#6 0x08908266 in apply_inline () at /src/gcc/local/gcc/gcc/ipa-inline.c:1417
--
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=30509