Remove for real.
authorAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 25 Jan 2004 06:03:25 +0000 (22:03 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 25 Jan 2004 06:03:25 +0000 (22:03 -0800)
From-SVN: r76542

gcc/testsuite/gcc.dg/20030121-1.c [deleted file]

diff --git a/gcc/testsuite/gcc.dg/20030121-1.c b/gcc/testsuite/gcc.dg/20030121-1.c
deleted file mode 100644 (file)
index 212d875..0000000
+++ /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);
-}