20030121-1.c: Move to ..

2004-01-23  Andrew Pinski  <apinski@apple.com>

        * gcc.dg/20030121-1.c: Move to ..
        * gcc.dg/20040121-1.c: here.

From-SVN: r76463
This commit is contained in:
Andrew Pinski 2004-01-23 22:45:53 +00:00 committed by Andrew Pinski
parent bbf294a55b
commit 4a374c35c8
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-01-23 Andrew Pinski <apinski@apple.com>
* gcc.dg/20030121-1.c: Move to ..
* gcc.dg/20040121-1.c: here.
2004-01-23 Roger Sayle <roger@eyesopen.com>
* gcc.dg/builtins-29.c: New test case.

View File

@ -0,0 +1,8 @@
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-O2 -mcpu=G5 " } */
long long (*y)(int t);
long long get_alias_set (int t)
{
return y(t);
}