diff options
| -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 { |
