diff options
author | Richard Henderson <rth@redhat.com> | 2005-05-19 22:00:29 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-05-19 22:00:29 -0700 |
commit | e4d4cf569da1e395f73b605eafc2307b4aafc78d (patch) | |
tree | db03ca71e2dd9ad1338aa3d9d48d74e5f4a446f0 | |
parent | b686c48cd835838dad36de39d3e297e8d236c338 (diff) | |
download | gcc-e4d4cf569da1e395f73b605eafc2307b4aafc78d.zip gcc-e4d4cf569da1e395f73b605eafc2307b4aafc78d.tar.gz gcc-e4d4cf569da1e395f73b605eafc2307b4aafc78d.tar.bz2 |
* g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.
From-SVN: r100006
-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 41d08b2..d818642 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-05-19 Richard Henderson <rth@redhat.com> + + * g++.dg/other/stdarg3.C: Only use -mlp64 for hpux. + 2005-05-19 Janis Johnson <janis187@us.ibm.com> * gcc.dg/altivec-21.c: Use dg-error only for ilp32. diff --git a/gcc/testsuite/g++.dg/other/stdarg3.C b/gcc/testsuite/g++.dg/other/stdarg3.C index 3d11dff..6a65a2e 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-*-*" } } +// { dg-options "-mlp64" { target "ia64-*-hpux" } } union U { |