#5423: Registers above R8 corrupt when called through prim import
---------------------------------+------------------------------------------
Reporter: pumpkin | Owner: igloo
Type: bug | Status: new
Priority: high | Milestone: 7.4.1
Component: Compiler | Version: 7.2.1
Keywords: | Testcase:
Blockedby: | Difficulty:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
---------------------------------+------------------------------------------
Comment(by igloo@…):
commit d535ef006d85dbdb7cda2b09c5bc35cb80108909
{{{
Author: Ian Lynagh <[email protected]>
Date: Sun Nov 6 18:11:56 2011 +0000
Allow the use of R9 and R10 in primops; fixes trac #5423
compiler/codeGen/CgUtils.hs | 12 ++++++++++++
compiler/codeGen/StgCmmUtils.hs | 6 ++++++
compiler/nativeGen/PPC/Regs.hs | 6 ++++++
compiler/nativeGen/SPARC/RegPlate.hs | 6 ++++++
compiler/nativeGen/X86/Regs.hs | 6 ++++++
includes/rts/Constants.h | 2 +-
includes/stg/MachRegs.h | 6 +++++-
includes/stg/Regs.h | 6 ++++++
8 files changed, 48 insertions(+), 2 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5423#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs