------- Comment #14 from uros at gcc dot gnu dot org 2009-08-23 13:03 ------- Subject: Bug 40718
Author: uros Date: Sun Aug 23 13:03:39 2009 New Revision: 151033 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=151033 Log: PR target/40718 * config/i386/i386.c (*call_pop_1): Disable for sibling calls. (*call_value_pop_1): Ditto. (*sibcall_pop_1): New insn pattern. (*sibcall_value_pop_1): Ditto. testsuite/ChangeLog: PR target/40718 * gcc.target/i386/pr40718.c: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gcc.target/i386/pr40718.c Modified: branches/gcc-4_3-branch/gcc/ChangeLog branches/gcc-4_3-branch/gcc/config/i386/i386.md branches/gcc-4_3-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40718