Ticket #7054 (closed bug: fixed)
Compile failure on non x86/x86-64
| Reported by: | erikd | Owned by: | simonmar |
|---|---|---|---|
| Priority: | highest | Milestone: | 7.6.1 |
| Component: | Compiler | 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
Compile error as follows on Git HEAD (f3aabb7eae90f68c5f9f22ff0bc7117deb22d57d):
HC [stage 0] compiler/stage1/build/X86/Regs.o
compiler/nativeGen/X86/Regs.hs:20:9:
Not in scope: `allHaskellArgRegs'
compiler/nativeGen/X86/Regs.hs:22:9:
Not in scope: `instrClobberedRegs'
Perhaps you meant `callClobberedRegs' (line 647)
I have a patch for this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

