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:
H.J. Lu 2016-02-05 03:06:40 +00:00 committed by H.J. Lu
parent c59da7f351
commit 714fb282d8
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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;