From e260ea9df08fa3ef608f4099d39d8d84f010e068 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 12 Nov 2004 17:09:10 +0000 Subject: * gcc.dg/pr16286.c: Fix last change. From-SVN: r90533 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/pr16286.c | 11 +++++------ 2 files changed, 9 insertions(+), 6 deletions(-) (limited to 'gcc') diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d24479b..7ac76f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-11-12 Andreas Schwab + + * gcc.dg/pr16286.c: Fix last change. + 2004-11-12 Mark Mitchell PR c++/18416 diff --git a/gcc/testsuite/gcc.dg/pr16286.c b/gcc/testsuite/gcc.dg/pr16286.c index ddea4ae..7ad906c 100644 --- a/gcc/testsuite/gcc.dg/pr16286.c +++ b/gcc/testsuite/gcc.dg/pr16286.c @@ -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 . - */ + 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 . */ #include #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 } */ -- cgit v1.1