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)
Change History (2)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 12 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Committed in r97147.