From: Andrew Pinski Date: Sun, 25 Jan 2004 06:03:25 +0000 (-0800) Subject: Remove for real. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bd915f51cfc98e3ad406f30b9aa67b85c57f8b9c;p=platform%2Fupstream%2Fgcc.git Remove for real. From-SVN: r76542 --- 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); -}