mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-13 13:07:28 +08:00
builtins-2.c: Correct check-in of incorrect version.
* gcc.dg/builtins-2.c: Correct check-in of incorrect version. * gcc.dg/builtins-19.c: Likewise. Sorry. From-SVN: r67553
This commit is contained in:
parent
b2acb86f5b
commit
f14262fb15
@ -1,3 +1,8 @@
|
||||
2003-06-06 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* gcc.dg/builtins-2.c: Correct check-in of incorrect version.
|
||||
* gcc.dg/builtins-19.c: Likewise.
|
||||
|
||||
2003-06-06 Roger Sayle <roger@eyesopen.com>
|
||||
|
||||
* gcc.dg/builtins-2.c: Add some more tests.
|
||||
|
@ -5,7 +5,7 @@
|
||||
Written by Roger Sayle, 1st June 2003. */
|
||||
|
||||
/* { dg-do link } */
|
||||
/* { dg-options "-O2 -ansi" } */
|
||||
/* { dg-options "-O2 -ffast-math" } */
|
||||
|
||||
double cabs (__complex__ double);
|
||||
float cabsf (__complex__ float);
|
||||
|
@ -123,12 +123,12 @@ float test10f(float x)
|
||||
return tanf(atanf(x));
|
||||
}
|
||||
|
||||
floatf test11f(float x)
|
||||
float test11f(float x)
|
||||
{
|
||||
return fabsf(fabsf(x));
|
||||
}
|
||||
|
||||
floatf test12f(float x)
|
||||
float test12f(float x)
|
||||
{
|
||||
return fabsf(atanf(x));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user