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/67770] [4.9/5/6 Regression] i386: -fshrink-wrap can interact badly with trampolines


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67770

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Thu Nov 19 08:47:24 2015
New Revision: 230595

URL: https://gcc.gnu.org/viewcvs?rev=230595&root=gcc&view=rev
Log:
        PR target/67770
        * config/i386/i386.md (simple_return): Disable if
        ix86_static_chain_on_stack is true.

        * gcc.target/i386/pr67770.c: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gcc.target/i386/pr67770.c
Modified:
    branches/gcc-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config/i386/i386.md
    branches/gcc-5-branch/gcc/testsuite/ChangeLog

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