Ticket #6090 (closed bug: fixed)
hsc2hs doesn't consider values not fitting in an unsigned long integral when cross compiling
| Reported by: | mtjm | Owned by: | pcapriotti |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.6.1 |
| Component: | hsc2hs | Version: | 7.5 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Building GHC failed | Difficulty: | Unknown |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The specific problem occurs when libraries/unix is being built, RLIM_INFINITY is defined as 0x7fffffffffffffffULL on MIPS N32. This might happen on other architectures with 32 bit longs and 64 bit long longs.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

