* gcc.dg/setjmp-2.c: Only run in 32-bit.

From-SVN: r100248
This commit is contained in:
Andreas Jaeger 2005-05-27 08:13:54 +02:00 committed by Andreas Jaeger
parent cd8394dd97
commit c23c7d8954
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2005-05-27 Andreas Jaeger <aj@suse.de>
* gcc.dg/setjmp-2.c: Only run in 32-bit.
* gcc.dg/i386-sse-8.c: Run test on all archs.
2005-05-26 Mike Stump <mrs@apple.com>

View File

@ -1,6 +1,7 @@
/* PR middle-end/17813 */
/* Origin: Tom Hughes <tom@compton.nu> */
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O -fomit-frame-pointer -march=i386" { target { i?86-*-linux* && ilp32 } } } */
/* { dg-options "-O -fomit-frame-pointer -march=i386" { target { x86_64-*-linux* && ilp32 } } } */