* gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.

From-SVN: r86001
This commit is contained in:
Richard Henderson 2004-08-14 09:51:37 -07:00 committed by Richard Henderson
parent f120a34c8e
commit a70d87d321
2 changed files with 5 additions and 1 deletions

View 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.

View 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)