Re: [GHC] #7054: Compile failure on non x86/x86-64

2012-07-09 Thread GHC
#7054: Compile failure on non x86/x86-64
--+-
  Reporter:  erikd|  Owner:  simonmar
  Type:  bug  | Status:  closed  
  Priority:  highest  |  Milestone:  7.6.1   
 Component:  Compiler |Version:  7.5 
Resolution:  fixed|   Keywords:  
Os:  Unknown/Multiple |   Architecture:  Unknown/Multiple
   Failure:  Building GHC failed  | Difficulty:  Unknown 
  Testcase:   |  Blockedby:  
  Blocking:   |Related:  
--+-
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7054: Compile failure on non x86/x86-64

2012-07-09 Thread GHC
#7054: Compile failure on non x86/x86-64
-+--
Reporter:  erikd |   Owner:  simonmar   
Type:  bug   |  Status:  new
Priority:  highest   |   Milestone:  7.6.1  
   Component:  Compiler  | Version:  7.5
Keywords:|  Os:  Unknown/Multiple   
Architecture:  Unknown/Multiple  | Failure:  Building GHC failed
  Difficulty:  Unknown   |Testcase: 
   Blockedby:|Blocking: 
 Related:|  
-+--

Comment(by erikd@…):

 commit 810f0be64edd47f3597985ae132cec8d638c1171
 {{{
 Author: Erik de Castro Lopo 
 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(-)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7054: Compile failure on non x86/x86-64

2012-07-09 Thread GHC
#7054: Compile failure on non x86/x86-64
-+--
Reporter:  erikd |   Owner:  simonmar   
Type:  bug   |  Status:  new
Priority:  highest   |   Milestone:  7.6.1  
   Component:  Compiler  | Version:  7.5
Keywords:|  Os:  Unknown/Multiple   
Architecture:  Unknown/Multiple  | Failure:  Building GHC failed
  Difficulty:  Unknown   |Testcase: 
   Blockedby:|Blocking: 
 Related:|  
-+--
Changes (by simonmar):

  * owner:  => simonmar
  * difficulty:  => Unknown
  * priority:  normal => highest
  * milestone:  => 7.6.1


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #7054: Compile failure on non x86/x86-64

2012-07-06 Thread GHC
#7054: Compile failure on non x86/x86-64
-+--
 Reporter:  erikd|  Owner:  
 Type:  bug  | Status:  new 
 Priority:  normal   |  Component:  Compiler
  Version:  7.5  |   Keywords:  
   Os:  Unknown/Multiple |   Architecture:  Unknown/Multiple
  Failure:  Building GHC failed  |   Testcase:  
Blockedby:   |   Blocking:  
  Related:   |  
-+--
 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.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs