mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 02:54:30 +08:00
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:
parent
bbf294a55b
commit
4a374c35c8
@ -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.
|
||||
|
8
gcc/testsuite/gcc.dg/20040121-1.c
Normal file
8
gcc/testsuite/gcc.dg/20040121-1.c
Normal 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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user