diff options
author | Richard Henderson <rth@redhat.com> | 2005-05-20 16:52:46 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-05-20 16:52:46 -0700 |
commit | 69dc01e6311ba69d0824ebd2d6d8452bfd7a1e45 (patch) | |
tree | 910b2795e4845ded151d199bb4beaae812c07a81 | |
parent | 210f12a769d1c59a1b69e1b81e593d6584e238bb (diff) | |
download | gcc-69dc01e6311ba69d0824ebd2d6d8452bfd7a1e45.zip gcc-69dc01e6311ba69d0824ebd2d6d8452bfd7a1e45.tar.gz gcc-69dc01e6311ba69d0824ebd2d6d8452bfd7a1e45.tar.bz2 |
* g++.dg/other/stdarg3.C: Spell "hpux*" correctly.
From-SVN: r100036
-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 33b331c..2316607 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 6a65a2e..0e7abd8 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 { |