Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 663607 Details for
Bug 654244
dev-lang/j - f2.c:115:4: error: non-floating-point argument in call to function ‘__builtin_isnan’
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
euse patch
isnan.patch (text/plain), 591 bytes, created by
harry broeken
on 2020-10-03 14:39:14 UTC
(
hide
)
Description:
euse patch
Filename:
MIME Type:
Creator:
harry broeken
Created:
2020-10-03 14:39:14 UTC
Size:
591 bytes
patch
obsolete
>diff --git a/f2.c b/f2.c >index 4c8dc28..1cc2412 100644 >--- a/f2.c >+++ b/f2.c >@@ -112,7 +112,7 @@ static void jtfmt1(J jt,B e,I m,I d,C*s,I t,C*wv){D y; > y=*(D*)wv; y=y?y:0.0; /* -0 to 0 */ > if (!memcmp(wv,&inf, SZD))strcpy(jt->th2buf,e?" _" :' '==*s?" _" :"_" ); > else if(!memcmp(wv,&infm,SZD))strcpy(jt->th2buf,e?" __" :' '==*s?" __":"__"); >- else if(_isnan(*wv) )strcpy(jt->th2buf,e?" _.":' '==*s?" _.":"_."); >+ else if(_isnan(*(D*)wv) )strcpy(jt->th2buf,e?" _.":' '==*s?" _.":"_."); > else sprintf(jt->th2buf,s,y); > }} /* format one number */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 654244
:
663604
|
663607
|
668762
|
668765