diff options
-rw-r--r-- | gcc/testsuite/gcc.dg/20030121-1.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.dg/20030121-1.c b/gcc/testsuite/gcc.dg/20030121-1.c deleted file mode 100644 index 212d875..0000000 --- a/gcc/testsuite/gcc.dg/20030121-1.c +++ /dev/null @@ -1,8 +0,0 @@ -/* { dg-do compile { target powerpc*-*-darwin* } } */ -/* { dg-options "-O2 -force_cpusubtype_ALL -mpowerpc64" } */ - -long long (*y)(int t); -long long get_alias_set (int t) -{ - return y(t); -} |