This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/59625] asm goto and TARGET_FOUR_JUMP_LIMIT


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59625

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Jan  3 12:22:17 2014
New Revision: 206314

URL: http://gcc.gnu.org/viewcvs?rev=206314&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:
    trunk/gcc/testsuite/gcc.target/i386/pr59625.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]