http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56501
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |4.7.3, 4.8.0 Summary|[4.6/4.7 Regression] gcc |[4.6 Regression] gcc 4.6 |4.6 ICE on noreturn |ICE on noreturn function at |function at -Os and above |-Os and above Known to fail| |4.7.2 --- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> 2013-04-03 12:03:29 UTC --- Author: rguenth Date: Wed Apr 3 12:02:56 2013 New Revision: 197405 URL: http://gcc.gnu.org/viewcvs?rev=197405&root=gcc&view=rev Log: 2013-04-03 Richard Biener <rguent...@suse.de> PR tree-optimization/56501 * tree-switch-conversion.c (check_process_case): Properly handle !single_succ_p case. * gcc.dg/torture/pr56501.c: New testcase. Added: branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr56501.c Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/testsuite/ChangeLog branches/gcc-4_7-branch/gcc/tree-switch-conversion.c