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: [RFC] patch: cleanup gcc.dg/vect/ (take 3)


> Thanks.  I checked it in, so let me know if you notice problems later.

A typo and a problematic construct.  Commited as obvious.


2004-11-20  Eric Botcazou  <ebotcazou@libertysurf.fr>

	* gcc.dg/vect/vect.exp (sparc*-*-*): Fix a couple of nits.


Index: gcc.dg/vect/vect.exp
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/vect/vect.exp,v
retrieving revision 1.2
diff -u -r1.2 vect.exp
--- gcc.dg/vect/vect.exp        17 Nov 2004 23:47:20 -0000      1.2
+++ gcc.dg/vect/vect.exp        20 Nov 2004 16:09:50 -0000
@@ -56,7 +56,7 @@
     lappend DEFAULT_VECTCFLAGS "-mpaired-single"
     set dg-do-what-default run
 } elseif [istarget "sparc*-*-*"] {
-    lappend DEFAULT_VECTFLAGS "-mcpu=ultrasparc -mvis"
+    lappend DEFAULT_VECTCFLAGS "-mcpu=ultrasparc" "-mvis"
     set dg-do-what-default run
 } else {


-- 
Eric Botcazou


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