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/43668] [4.4/4.5/4.6 Regression] -fschedule-insns causes FAIL: gcc.target/i386/vararg-1.c execution test



------- Comment #5 from hjl at gcc dot gnu dot org  2010-04-07 21:58 -------
Subject: Bug 43668

Author: hjl
Date: Wed Apr  7 21:58:27 2010
New Revision: 158093

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158093
Log:
Align stack to 16byte for FP register save area.

gcc/

2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/43668
        * config/i386/i386.c (setup_incoming_varargs_64): Align stack to
        16byte for FP register save area.

gcc/testsuite/

2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>

        PR target/43668
        * gcc.target/i386/pr43668.c: New.

Modified:
    branches/gcc-4_5-branch/gcc/ChangeLog
    branches/gcc-4_5-branch/gcc/config/i386/i386.c
    branches/gcc-4_5-branch/gcc/testsuite/ChangeLog


-- 


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


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