Commit 714fb282 by H.J. Lu Committed by H.J. Lu

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
parent c59da7f3
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> 2016-02-04 Patrick Palka <ppalka@gcc.gnu.org>
* g++.dg/cpp0x/constexpr-ptrmem5.C: New test. * g++.dg/cpp0x/constexpr-ptrmem5.C: New test.
......
/* { dg-do compile { target { ia32 } } } */ /* { 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 (); extern void fn2 ();
long long a, b; long long a, b;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment