http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51767
--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-09 17:23:23 UTC --- Author: jakub Date: Thu Feb 9 17:23:13 2012 New Revision: 184055 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184055 Log: Backported from mainline 2012-01-05 Jakub Jelinek <ja...@redhat.com> PR rtl-optimization/51767 * cfgrtl.c (force_nonfallthru_and_redirect): Force addition of jump_block and add an extra edge for degenerated asm gotos. * gcc.c-torture/compile/pr51767.c: New test. Added: branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr51767.c Modified: branches/gcc-4_6-branch/gcc/ChangeLog branches/gcc-4_6-branch/gcc/cfgrtl.c branches/gcc-4_6-branch/gcc/testsuite/ChangeLog