Commit f14262fb by Roger Sayle Committed by Roger Sayle

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
parent b2acb86f
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.
* gcc.dg/builtins-18.c: New test case.
* gcc.dg/builtins-19.c: New test case.
......
......@@ -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));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment