* gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
authorRichard Henderson <rth@redhat.com>
Sat, 14 Aug 2004 16:51:37 +0000 (09:51 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 14 Aug 2004 16:51:37 +0000 (09:51 -0700)
From-SVN: r86001

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/builtin-attr-1.c

index 5a8be20f18b9a780966b2776e4c6ab31ea382ae1..7343efd556c61b6f796801ea71c32501deff970d 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-14  Richard Henderson  <rth@redhat.com>
+
+       * gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
+
 2004-08-14  Richard Henderson  <rth@redhat.com>
 
        * gcc.dg/980217-1.c: Add prototype for printf.
index 21830214edb07e621f92160e8f4fadaa7801ccf3..0e521d84e3fe7338b14119aec4763112e26dabdb 100644 (file)
@@ -366,8 +366,8 @@ FPTEST2            (remainder)
 FPTEST1            (rint)
 FPTEST1            (round)
 FPTEST2            (scalb)
-FPTEST2ARG2        (scalbln, int)
 FPTEST2ARG2        (scalbn, int)
+FPTEST2ARG2        (scalbln, long int)
 FPTEST1            (significand)
 FPTEST1            (sin)
 FPTEST1            (sinh)