This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C PATCH]: Vector type init


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]