This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [testsuite] rename and fix gcc.dg/ppc-vec-merge.c
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org, fjahanian at apple dot com
- Date: Tue, 24 May 2005 14:51:08 -0700
- Subject: Re: [testsuite] rename and fix gcc.dg/ppc-vec-merge.c
- References: <20050519231817.GD8566@us.ibm.com>
On Thu, May 19, 2005 at 04:18:17PM -0700, Janis Johnson wrote:
> This test is run on all powerpc targets but uses a Darwin-specific
> option and executes the test without checking for VMX hardware. Its
> name doesn't match the naming scheme for other tests of AltiVec
> support. Fariborz, does this look reasonable to you?
>
> 2005-05-19 Janis Johnson <janis187@us.ibm.com>
>
> * gcc.dg/altivec-vec-merge.c: Renamed from ppc-vec-merge.c.
>
> 2005-05-19 Janis Johnson <janis187@us.ibm.com>
>
> * gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
> and on hardware without VMX support.
I've checked this in on mainline.
Janis