Opened 12 years ago

Closed 12 years ago

#35861 closed defect (fixed)

dmd: use of undeclared identifier '__inline_isnan'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: dmd

Description

dmd fails to build for me on Mountain Lion 10.8.1 with Xcode 4.4.1.

root/port.c:380:12: error: use of undeclared identifier '__inline_isnan'
    return __inline_isnan(r);
           ^
root/port.c:392:12: error: use of undeclared identifier '__inline_isnan'
    return __inline_isnan(r);
           ^

The only other occurrence of this error message I found is here.

Attachments (1)

main.log (114.2 KB) - added by ryandesign (Ryan Carsten Schmidt) 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 12 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

Committed in r97147.

Note: See TracTickets for help on using tickets.