http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59625
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Jan 3 12:59:42 2014 New Revision: 206316 URL: http://gcc.gnu.org/viewcvs?rev=206316&root=gcc&view=rev Log: PR target/59625 * config/i386/i386.c (ix86_avoid_jump_mispredicts): Don't consider asm goto as jump. * gcc.target/i386/pr59625.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr59625.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/config/i386/i386.c branches/gcc-4_8-branch/gcc/testsuite/ChangeLog