Commit ac7513e1 by H.J. Lu Committed by H.J. Lu

Add -mtune=generic to fma3-builtin-2.c/fma4-builtin-2.c.

2010-10-31  H.J. Lu  <hongjiu.lu@intel.com>

	PR target/46142
	* gcc.target/i386/fma3-builtin-2.c: Add -mtune=generic.
	* gcc.target/i386/fma4-builtin-2.c: Likewise.

From-SVN: r166113
parent 3dff0fa2
2010-10-31 H.J. Lu <hongjiu.lu@intel.com>
PR target/46142
* gcc.target/i386/fma3-builtin-2.c: Add -mtune=generic.
* gcc.target/i386/fma4-builtin-2.c: Likewise.
2010-10-31 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.dg/stack-usage-1.c (SIZE): Increase to 248 for some MIPS targets.
......
/* { dg-do compile } */
/* { dg-options "-O3 -mfma -mno-fma4" } */
/* { dg-options "-O3 -mfma -mno-fma4 -mtune=generic" } */
#ifndef SIZE
#define SIZE 1024
......
/* { dg-do compile } */
/* { dg-options "-O3 -mfma4" } */
/* { dg-options "-O3 -mfma4 -mtune=generic" } */
#ifndef SIZE
#define SIZE 1024
......
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