From: Andrew Pinski Date: Sun, 25 Jan 2004 06:03:25 +0000 (-0800) Subject: Remove for real. X-Git-Tag: releases/gcc-4.0.0~10744 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd915f51cfc98e3ad406f30b9aa67b85c57f8b9c;p=thirdparty%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 212d875cbd2a..000000000000 --- 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); -}