diff options
author | cgd <cgd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-03 23:09:11 +0000 |
---|---|---|
committer | cgd <cgd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-03 23:09:11 +0000 |
commit | 78b1c8724733d4ce15e353370d7738e53d58c525 (patch) | |
tree | 5c0d9265f7e72b9158b2c1078f739b968f6071ca /gcc/testsuite/gcc.dg/20020620-1.c | |
parent | f6c0123dbfb044ca0672264fed0229670f16479a (diff) | |
download | gcc-78b1c8724733d4ce15e353370d7738e53d58c525.tar.gz |
2002-07-03 Chris Demetriou <cgd@broadcom.com>
* g++.dg/abi/mangle6.C: Run for mipsisa64*-*-* targets.
* gcc.dg/20020620-1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55228 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/20020620-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/20020620-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20020620-1.c b/gcc/testsuite/gcc.dg/20020620-1.c index 019afdd6dbf..ea6b9d5a74f 100644 --- a/gcc/testsuite/gcc.dg/20020620-1.c +++ b/gcc/testsuite/gcc.dg/20020620-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile { target mips64*-*-* } } */ +/* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */ /* { dg-options "-O2 -mlong64" } */ int foo (int *x, int i) { |