array-init-1.c: Add -mtune=i686 for 32bit x86 targets.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 28 Sep 2007 18:18:54 +0000 (20:18 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 28 Sep 2007 18:18:54 +0000 (20:18 +0200)
        * gcc.dg/array-init-1.c: Add -mtune=i686 for 32bit x86 targets.

From-SVN: r128872

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/array-init-1.c

index f751f173d2e2dbc15837232dacdf90bdfab92daa..808a7ce6167cd7b428e82b7af0d67aa0823c2cfe 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-28  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.dg/array-init-1.c: Add -mtune=i686 for 32bit x86 targets.
+
 2007-09-28  Paolo Carlini  <pcarlini@suse.de>
 
        PR c++/33213
index 8b866cca3f3e8c73c7b35f7fc470a1197c05babd..57669183dbb064ee74b1364ee486b69908fca08c 100644 (file)
@@ -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 *);