re PR c++/38362 (AltiVec context-sensitive keywords broke test for __vector bool)
authorBen Elliston <bje@au.ibm.com>
Sun, 21 Dec 2008 22:51:59 +0000 (22:51 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Sun, 21 Dec 2008 22:51:59 +0000 (09:51 +1100)
PR c++/38362
* g++.dg/ext/altivec-types-1.C (dg-options): Pass -std=c++98.

From-SVN: r142879

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

index 70b014d..2a286d3 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-22  Ben Elliston  <bje@au.ibm.com>
+
+       PR c++/38362
+       * g++.dg/ext/altivec-types-1.C (dg-options): Pass -std=c++98.
+
 2008-12-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libfortran/38398
index d322e5e..710ce4b 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile { target powerpc*-*-linux* } } */
 /* { dg-require-effective-target powerpc_altivec_ok } */
-/* { dg-options "-maltivec" } */
+/* { dg-options "-maltivec -std=c++98" } */
 
 /* Valid AltiVec vector types should be accepted with no warnings.  */