diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-20 05:00:29 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-20 05:00:29 +0000 |
commit | 29dc56f905a5b2701964ab141436733747fb4b0f (patch) | |
tree | db03ca71e2dd9ad1338aa3d9d48d74e5f4a446f0 /gcc/testsuite/g++.dg/other | |
parent | 032caa7bca273e2232eebbb6be45bd9f871ec61b (diff) | |
download | gcc-29dc56f905a5b2701964ab141436733747fb4b0f.tar.gz |
* g++.dg/other/stdarg3.C: Only use -mlp64 for hpux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100006 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/g++.dg/other')
-rw-r--r-- | gcc/testsuite/g++.dg/other/stdarg3.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/other/stdarg3.C b/gcc/testsuite/g++.dg/other/stdarg3.C index 3d11dffae1f..6a65a2ec212 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 { |