diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 08:26:51 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-02 08:26:51 +0000 |
commit | 5e9f07a2a36f8ff6d353cfca6bdedf58906ad298 (patch) | |
tree | cd3b58dca0bfe438bf3257e73c6e5e40712026c2 /gcc/testsuite/g++.old-deja | |
parent | 049cd98b946e1d2eb27c4ea436c460a7b33ac1b7 (diff) | |
download | gcc-5e9f07a2a36f8ff6d353cfca6bdedf58906ad298.tar.gz |
Enable tests on x86-64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57737 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/g++.old-deja')
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/asm3.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/asm1.C | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.other/asm3.C b/gcc/testsuite/g++.old-deja/g++.other/asm3.C index d37de69329a..bf0e423db33 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/asm3.C +++ b/gcc/testsuite/g++.old-deja/g++.other/asm3.C @@ -1,5 +1,5 @@ // Build don't link: -// Skip if not target: i?86-*-* +// Skip if not target: i?86-*-* x86_64-*-* // Special g++ Options: -O2 typedef unsigned long long uint64; diff --git a/gcc/testsuite/g++.old-deja/g++.pt/asm1.C b/gcc/testsuite/g++.old-deja/g++.pt/asm1.C index d093002ff8f..70092521dc4 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/asm1.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/asm1.C @@ -1,6 +1,6 @@ // Build don't link: // Origin: "Weidmann, Nicholas" <nicholas.weidmann@swx.ch> -// Skip if not target: i?86-*-linux* +// Skip if not target: i?86-*-linux* x86_64-*-linux template<int i> int foo(int v) { |