[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gawk-3.1.6: fmtspcl test fail in Renesas SuperH
From: |
Aharon Robbins |
Subject: |
Re: gawk-3.1.6: fmtspcl test fail in Renesas SuperH |
Date: |
Mon, 15 Jun 2009 23:00:44 +0300 |
Greetings. Re this:
> From: Nobuhiro Iwamatsu <address@hidden>
> Subject: gawk-3.1.6: fmtspcl test fail in Renesas SuperH
> Date: Mon, 15 Jun 2009 14:13:52 +0900
> To: address@hidden
Please be sure to use address@hidden for gawk bugs so that I see them...
> Hi,
>
> A test of fmtspcl of gawk fails on Renesas SuperH.
What kind of system is this? x86 architecture?
> I use gcc-.4.3.2 and glibc2.9.
> I attached test results.
>
> Best regards,
> Nobuhiro
Your results show that the two lines for the %d format are not in the output.
I suspect something strange in glibc, but it's very hard to tell.
If this is your only difference, then you probably don't need to worry
about it too much.
Thanks,
Arnold
> ----- fmtspcl.ok -----
> gawk: ./fmtspcl.awk:10: warning: sqrt: called with negative argument -1
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value nan is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value nan is out of range
> for `%d' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value nan is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value nan is out of range
> for `%d' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value inf is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value inf is out of range
> for `%d' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value -inf is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value -inf is out of range
> for `%d' format
>
> ----- _fmtspcl -----
> gawk: ./fmtspcl.awk:10: warning: sqrt: called with negative argument -1
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value nan is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value nan is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value inf is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value inf is out of range
> for `%d' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value -inf is out of range
> for `%x' format
> gawk: ./fmtspcl.awk:6: warning: [s]printf: value -inf is out of range
> for `%d' format
>
>
> --
> Nobuhiro Iwamatsu
>