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
This commit is contained in:
Bernd Schmidt 2010-04-22 16:55:08 +00:00 committed by Bernd Schmidt
parent 79b9f413ce
commit 8e80fcacfa
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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 ...

View File

@ -1,5 +1,6 @@
/* { 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)
{

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-require-effective-target ilp32 } */
void vec_mpy(int y[], const int x[], int scaler)
{