Ticket #7054 (closed bug: fixed)

Opened 11 months ago

Last modified 11 months ago

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

0001-Fix-compile-failure-on-non-x86-x86-64-7054.patch Download (1.0 KB) - added by erikd 11 months ago.
Patch that fixes this so it compiles on PowerPC

Change History

Changed 11 months ago by erikd

Patch that fixes this so it compiles on PowerPC

Changed 11 months ago by simonmar

  • owner set to simonmar
  • difficulty set to Unknown
  • priority changed from normal to highest
  • milestone set to 7.6.1

Changed 11 months ago by erikd@…

commit 810f0be64edd47f3597985ae132cec8d638c1171

Author: Erik de Castro Lopo <erikd@mega-nerd.com>
Date:   Sat Jul 7 11:32:21 2012 +1000

    Fix compile failure on non x86/x86-64 (#7054).

 compiler/nativeGen/X86/Regs.hs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

Changed 11 months ago by simonmar

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.