This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C PATCH]: Vector type init
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, rth at redhat dot com, mark at codesourcery dot com
- Date: Mon, 4 Aug 2003 09:58:39 -0400
- Subject: Re: [C PATCH]: Vector type init
- References: <3F2D4D0C.8000106@codesourcery.com>
Hi Nathan.
Thanks so much for looking at this. This patch looks fine to me, but
I do not maintain generic vector code throughout the compiler; a
global maintainer will have to approve it.
Mark? Richard?
> /* { dg-do compile { target powerpc-*-eabispe } } */
> /* { dg-options "-mcpu=8540 -mabi=spe -O0" } */
The target should be powerpc-*-eabi* because the options above will
turn on SPE anyhow. This way we can test this behavior on generic
powerpc-eabi as well.
Aldy