aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/array-init-1.c
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2007-09-28 20:18:54 +0200
committerUros Bizjak <uros@gcc.gnu.org>2007-09-28 20:18:54 +0200
commitbb46e9a141bd964357578d21eb8f911b97a22e86 (patch)
tree37f8956fb6803a92df84a75d0e1c4576799eb0dd /gcc/testsuite/gcc.dg/array-init-1.c
parentd9d9dbc0d0d3a1f419115367cfe23992a92f822b (diff)
downloadgcc-bb46e9a141bd964357578d21eb8f911b97a22e86.zip
gcc-bb46e9a141bd964357578d21eb8f911b97a22e86.tar.gz
gcc-bb46e9a141bd964357578d21eb8f911b97a22e86.tar.bz2
array-init-1.c: Add -mtune=i686 for 32bit x86 targets.
* gcc.dg/array-init-1.c: Add -mtune=i686 for 32bit x86 targets. From-SVN: r128872
Diffstat (limited to 'gcc/testsuite/gcc.dg/array-init-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/array-init-1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/array-init-1.c b/gcc/testsuite/gcc.dg/array-init-1.c
index 8b866cc..5766918 100644
--- a/gcc/testsuite/gcc.dg/array-init-1.c
+++ b/gcc/testsuite/gcc.dg/array-init-1.c
@@ -1,6 +1,7 @@
/* Test that both arrays are initialized by store_by_pieces. */
/* { dg-do compile } */
/* { dg-options "-O2" } */
+/* { dg-options "-O2 -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
struct A { char c[10]; };
extern void baz (struct A *);