OSDN Git Service

* gcc.dg/pr16286.c: Fix last change.
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Nov 2004 17:09:10 +0000 (17:09 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Nov 2004 17:09:10 +0000 (17:09 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90533 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr16286.c

index d24479b..7ac76f7 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-12  Andreas Schwab  <schwab@suse.de>
+
+       * gcc.dg/pr16286.c: Fix last change.
+
 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/18416
index ddea4ae..7ad906c 100644 (file)
@@ -2,10 +2,9 @@
 /* { dg-options "-maltivec" } */
 
 /* PR 16286
- * Compilation of a simple Altivec test program fails if vector is #undefined
- * when compiling with -maltivec.  This may be done for building C++ programs
- * that use the STL <vector>.
- */
+   Compilation of a simple Altivec test program fails if vector, pixel
+   and/or bool are #undefined when compiling with -maltivec.  This may be
+   done for building C++ programs that use the STL <vector>.  */
 
 #include <altivec.h>
 #undef vector
@@ -20,5 +19,5 @@ void test(void)
 }
 
 /* { dg-bogus "(syntax|parse) error before \"vector\"" "-maltivec" { target powerpc*-*-* } 0 } */
-/* { dg-bogus "(syntax|parse) error before \"vector\"" "-maltivec" { target powerpc*-*-* } 0 } */
-/* { dg-bogus "(syntax|parse) error before \"vector\"" "-maltivec" { target powerpc*-*-* } 0 } */
+/* { dg-bogus "(syntax|parse) error before \"pixel\"" "-maltivec" { target powerpc*-*-* } 0 } */
+/* { dg-bogus "(syntax|parse) error before \"bool\"" "-maltivec" { target powerpc*-*-* } 0 } */