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]

fix typo in altivec testcase


i must've committed the wrong source.  fixing typo.

aldy

2001-11-17  Aldy Hernandez  <aldyh@redhat.com>

        * gcc.dg/altivec-1.c: Fix typo.

Index: altivec-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/altivec-1.c,v
retrieving revision 1.1
diff -c -p -r1.1 altivec-1.c
*** altivec-1.c	2001/11/20 00:38:56	1.1
--- altivec-1.c	2001/11/20 21:12:46
***************
*** 1,4 ****
! /* { dg-do run { target powerpc-*altivec powerpc-*-*-*altivec } } */
  /* { dg-options "-maltivec" } */
  
  /* Program to test PowerPC AltiVec instructions.  */
--- 1,4 ----
! /* { dg-do run { target powerpc-*-*altivec powerpc-*-*-*altivec } } */
  /* { dg-options "-maltivec" } */
  
  /* Program to test PowerPC AltiVec instructions.  */


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