* gcc.dg/pr35729.c: Make test x86 specific.

From-SVN: r143573
This commit is contained in:
Steve Ellcey 2009-01-22 17:34:57 +00:00 committed by Steve Ellcey
parent 403066cf92
commit 3ea37b6715
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-22 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/pr35729.c: Make test x86 specific.
2009-01-22 Steve Ellcey <sje@cup.hp.com>
PR middle-end/38615

View File

@ -1,4 +1,7 @@
/* { dg-do compile } */
/* Target is restricted to x86 type architectures, so that we may
assume something about memory addressing modes. */
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && nonpic } } } */
/* { dg-options "-Os -fdump-rtl-loop2_invariant" } */
const volatile int g_361 = 3L;