From 9f2fbc99445e45c894c6170bef9d7e10ba8cc2d9 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Thu, 4 Nov 2010 15:17:24 +0000 Subject: 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 PR tree-optimization/46068 * ipa-split.c (consider_split): Remove gcc_unreachable. * gcc.dg/torture/pr46068.c: New testcase. From-SVN: r166315 --- gcc/ipa-split.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/ipa-split.c') 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; } -- cgit v1.1