Commit 8e80fcac by Bernd Schmidt Committed by Bernd Schmidt

wmul-1.c: Add dg-require-effective-target ilp32.

	* gcc.target/i386/wmul-1.c: Add dg-require-effective-target ilp32.
	* gcc.target/i386/wmul-2.c: Likewise.

From-SVN: r158649
parent 79b9f413
2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
* gcc.target/i386/wmul-1.c: Add dg-require-effective-target ilp32.
* gcc.target/i386/wmul-2.c: Likewise.
2010-04-22 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.dg/torture/builtin-cproj-3.c: Rename and move ...
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target ilp32 } */
long long mac(const int *a, const int *b, long long sqr, long long *sum)
{
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target ilp32 } */
void vec_mpy(int y[], const int x[], int scaler)
{
......
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