diff options
author | Richard Guenther <rguenther@suse.de> | 2010-11-04 15:17:24 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-11-04 15:17:24 +0000 |
commit | 9f2fbc99445e45c894c6170bef9d7e10ba8cc2d9 (patch) | |
tree | 679946680850a5081af0b26b18b97b4f8a22ee17 /gcc/ipa-split.c | |
parent | 0a582743829101be7dc194bb53519e68b3d64d71 (diff) | |
download | gcc-9f2fbc99445e45c894c6170bef9d7e10ba8cc2d9.zip gcc-9f2fbc99445e45c894c6170bef9d7e10ba8cc2d9.tar.gz gcc-9f2fbc99445e45c894c6170bef9d7e10ba8cc2d9.tar.bz2 |
re PR tree-optimization/46068 (ICE: in consider_split, at ipa-split.c:313 with asm goto and __builtin_unreachable ())
2010-11-04 Richard Guenther <rguenther@suse.de>
PR tree-optimization/46068
* ipa-split.c (consider_split): Remove gcc_unreachable.
* gcc.dg/torture/pr46068.c: New testcase.
From-SVN: r166315
Diffstat (limited to 'gcc/ipa-split.c')
-rw-r--r-- | gcc/ipa-split.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ipa-split.c b/gcc/ipa-split.c index 23882b2..e46d270 100644 --- a/gcc/ipa-split.c +++ b/gcc/ipa-split.c @@ -310,7 +310,6 @@ consider_split (struct split_point *current, bitmap non_ssa_vars, { if (dump_file && (dump_flags & TDF_DETAILS)) fprintf (dump_file, " Refused: header empty\n"); - gcc_unreachable (); return; } |