* gcc.dg/pr35729.c: Make test x86 specific.
From-SVN: r143573
This commit is contained in:
parent
403066cf92
commit
3ea37b6715
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue