Commit bb46e9a1 by Uros Bizjak Committed by Uros Bizjak

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
parent d9d9dbc0
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
/* 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 *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment