OSDN Git Service

Remove for real.
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jan 2004 06:03:25 +0000 (06:03 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jan 2004 06:03:25 +0000 (06:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76542 138bc75d-0d04-0410-961f-82ee72b054a4

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);
-}