OSDN Git Service

PR testsuite/39776
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Apr 2009 17:48:03 +0000 (17:48 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Apr 2009 17:48:03 +0000 (17:48 +0000)
* g++.dg/ext/altivec-15.C: Remove dg-error for messages that are
no longer issued.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147010 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/altivec-15.C

index 61a47f3..e783a79 100644 (file)
@@ -1,3 +1,9 @@
+2009-04-30  Janis Johnson  <janis187@us.ibm.com>
+
+       PR testsuite/39776
+       * g++.dg/ext/altivec-15.C: Remove dg-error for messages that are
+       no longer issued.
+
 2009-04-30  David Ayers  <ayers@fsfe.org>
 
        * lib/objc.exp (objc_init): Add and set gcc_warning_prefix
index c300348..ed1c088 100644 (file)
@@ -2,12 +2,15 @@
 /* { dg-require-effective-target powerpc_altivec_ok } */
 /* { dg-options "-maltivec" } */
 
+/* This test was added for an internal compiler error.  The number and
+   content of error messages is irrelevant.  */
+
 struct SubData
 {
     inline const Float Clamp(Float f, Float f0, Float f1) // { dg-error "" }
     }
     inline const void SinCos(Float angle, Float& sine, Float& cosine) // { dg-error "" }
     {
-        C0 = __builtin_vec_splat(_simdCosEstCoefficients, 0); // { dg-error "" }
-        C1 = __builtin_vec_splat(_simdCosEstCoefficients, 1); // { dg-error "" }
+        C0 = __builtin_vec_splat(_simdCosEstCoefficients, 0);
+        C1 = __builtin_vec_splat(_simdCosEstCoefficients, 1);