mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 12:01:15 +08:00
Compile pr69454-2.c with -msse2 -mno-accumulate-outgoing-args
2016-02-04 H.J. Lu <hongjiu.lu@intel.com> * gcc.target/i386/pr69454-2.c: Compile with -msse2 -mno-accumulate-outgoing-args. From-SVN: r233166
This commit is contained in:
parent
c59da7f351
commit
714fb282d8
@ -1,3 +1,8 @@
|
||||
2016-02-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gcc.target/i386/pr69454-2.c: Compile with -msse2
|
||||
-mno-accumulate-outgoing-args.
|
||||
|
||||
2016-02-04 Patrick Palka <ppalka@gcc.gnu.org>
|
||||
|
||||
* g++.dg/cpp0x/constexpr-ptrmem5.C: New test.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* { dg-do compile { target { ia32 } } } */
|
||||
/* { dg-options "-O2 -mpreferred-stack-boundary=2" } */
|
||||
/* { dg-options "-O2 -msse2 -mno-accumulate-outgoing-args -mpreferred-stack-boundary=2" } */
|
||||
|
||||
extern void fn2 ();
|
||||
long long a, b;
|
||||
|
Loading…
Reference in New Issue
Block a user