http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58670
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Thu Oct 10 16:29:50 2013 New Revision: 203383 URL: http://gcc.gnu.org/viewcvs?rev=203383&root=gcc&view=rev Log: PR middle-end/58670 * stmt.c (expand_asm_operands): Add FALLTHRU_BB argument, if any labels are in FALLTHRU_BB, use a special label emitted immediately after the asm goto insn rather than label_rtx of the LABEL_DECL. (expand_asm_stmt): Adjust caller. * cfgrtl.c (commit_one_edge_insertion): Force splitting of edge if the last insn in predecessor is a jump with single successor, but it isn't simplejump_p. * gcc.dg/torture/pr58670.c: New test. Added: trunk/gcc/testsuite/gcc.dg/torture/pr58670.c Modified: trunk/gcc/ChangeLog trunk/gcc/cfgrtl.c trunk/gcc/stmt.c trunk/gcc/testsuite/ChangeLog