diff options
| author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-12 17:09:10 +0000 |
|---|---|---|
| committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-12 17:09:10 +0000 |
| commit | 7e9b8f341c4a72c407e98cce297e64b96d906c59 (patch) | |
| tree | 0b67fdacee70f480c1f13f4272b1dd60e796a541 /gcc | |
| parent | 4c0dd8e7d3e5eefea04e601ea96489d5a01a4cfc (diff) | |
| download | ppe42-gcc-7e9b8f341c4a72c407e98cce297e64b96d906c59.tar.gz ppe42-gcc-7e9b8f341c4a72c407e98cce297e64b96d906c59.zip | |
* gcc.dg/pr16286.c: Fix last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90533 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/pr16286.c | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d24479bf672..7ac76f7fdcd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.dg/pr16286.c b/gcc/testsuite/gcc.dg/pr16286.c index ddea4aef71f..7ad906ccea0 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 <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 } */ |

