diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-20 23:52:46 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-20 23:52:46 +0000 |
| commit | dfa3f5f23ecdaa9dc3690c1a54bc720f5f5e2a9d (patch) | |
| tree | 910b2795e4845ded151d199bb4beaae812c07a81 | |
| parent | 82c07781b419f07a8100ca397c5b538ef932a0b5 (diff) | |
| download | ppe42-gcc-dfa3f5f23ecdaa9dc3690c1a54bc720f5f5e2a9d.tar.gz ppe42-gcc-dfa3f5f23ecdaa9dc3690c1a54bc720f5f5e2a9d.zip | |
* g++.dg/other/stdarg3.C: Spell "hpux*" correctly.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100036 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/testsuite/g++.dg/other/stdarg3.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 33b331cd765..2316607f005 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-05-20 Richard Henderson <rth@redhat.com> + + * g++.dg/other/stdarg3.C: Spell "hpux*" correctly. + 2005-05-20 Mike Stump <mrs@apple.com> * obj-c++-dg.exp: Add. diff --git a/gcc/testsuite/g++.dg/other/stdarg3.C b/gcc/testsuite/g++.dg/other/stdarg3.C index 6a65a2ec212..0e7abd8dda2 100644 --- a/gcc/testsuite/g++.dg/other/stdarg3.C +++ b/gcc/testsuite/g++.dg/other/stdarg3.C @@ -3,7 +3,7 @@ // PR 20375: ICE // Origin: Joseph S. Myers <jsm28@gcc.gnu.org> -// { dg-options "-mlp64" { target "ia64-*-hpux" } } +// { dg-options "-mlp64" { target "ia64-*-hpux*" } } union U { |

