This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix RTL copying problem in ix86_expand_vector_init_one_var
- From: Richard Henderson <rth at redhat dot com>
- To: Geoffrey Keating <gkeating at apple dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 Aug 2005 15:36:04 -0700
- Subject: Re: Fix RTL copying problem in ix86_expand_vector_init_one_var
- References: <20050830073100.7E5B51AF9E68@geoffk5.apple.com>
On Tue, Aug 30, 2005 at 12:31:00AM -0700, Geoffrey Keating wrote:
> +/* { dg-do run { target i?86-*-* } } */
i?86-*-* || x86_64-*-*
> +/* { dg-options "-march=pentium4" } */
-msse2
r~