From: Steve Ellcey Date: Thu, 22 Jan 2009 17:34:57 +0000 (+0000) Subject: * gcc.dg/pr35729.c: Make test x86 specific. X-Git-Tag: releases/gcc-4.4.0~769 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ea37b67152256b29b93699bfabc0abb681ecfe0;p=thirdparty%2Fgcc.git * gcc.dg/pr35729.c: Make test x86 specific. From-SVN: r143573 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 50d67db09816..37c8b09e4463 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-01-22 Steve Ellcey + + * gcc.dg/pr35729.c: Make test x86 specific. + 2009-01-22 Steve Ellcey PR middle-end/38615 diff --git a/gcc/testsuite/gcc.dg/pr35729.c b/gcc/testsuite/gcc.dg/pr35729.c index 3ed40f413bc5..a9cf2e1057b1 100644 --- a/gcc/testsuite/gcc.dg/pr35729.c +++ b/gcc/testsuite/gcc.dg/pr35729.c @@ -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;