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]

altivec: remove invalid simd type test


with my generic simd patch which rth okayed (provided i fix two tidbits)
this test is irrelevant because now we can emulate it.

obvious commit to mainline.

2002-06-04  Aldy Hernandez  <aldyh@redhat.com>

	* gcc.dg/altivec-2.c: Remove test for invalid vector type V2DF.

Index: testsuite/gcc.dg/altivec-2.c
===================================================================
RCS file: /cvs/uberbaum/gcc/testsuite/gcc.dg/altivec-2.c,v
retrieving revision 1.2
diff -c -p -r1.2 altivec-2.c
*** testsuite/gcc.dg/altivec-2.c	7 Dec 2001 18:59:27 -0000	1.2
--- testsuite/gcc.dg/altivec-2.c	4 Jun 2002 05:58:29 -0000
*************** vector int foobar;
*** 12,20 ****
  struct X { int frances; };
  vector struct X hotdog;	/* { dg-error "invalid vector type" } */
  
- /* We don't have a V2DF.  */
- vector double x;	/* { dg-error "no vector mode" } */
- 
  /* Arrays of vectors.  */
  vector char b[10], ouch;
  
--- 12,17 ----


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