This is the mail archive of the gcc@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: [TESTCASE] New testcase for altivec


On Sun, Mar 17, 2002 at 03:45:14PM +0100, Daniel Egger wrote:
> Hija,
> 
> since Aldy agreed this testcase should yield 7.0f's instead of 5.0f's
> would it be okay to add the following test (which fails right
> now on powerpc-linux-gnu) to the testsuite?

> /* { dg-do run { target powerpc-*-*altivec powerpc-*-*-*altivec } } */

you want:

powerpc-*-*-*altivec	(for powerpc-unknown-linux-gnualtivec)
powerpc-*altivec	(for powerpc-eabialtivec, and powerpc-eabisimaltivec)

> /* { dg-options "-maltivec" } */

you want -mabi=altivec as well.

otherwise ok.  david?

i'm going to debug this on linux, since i was unable to reproduce on 
darwin.

cheers
aldy


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