#4867: ghci displays negative floats incorrectly (was: Incorrect result from 
trig
functions)
-------------------------------+--------------------------------------------
    Reporter:  gwright         |        Owner:  gwright                    
        Type:  bug             |       Status:  new                        
    Priority:  high            |    Milestone:  7.0.2                      
   Component:  GHCi            |      Version:  7.0.1                      
    Keywords:                  |     Testcase:                             
   Blockedby:                  |   Difficulty:                             
          Os:  MacOS X         |     Blocking:                             
Architecture:  x86_64 (amd64)  |      Failure:  Incorrect result at runtime
-------------------------------+--------------------------------------------

Comment(by gwright):

 Now things are a bit clearer: the 64 bit relocations are computed, but not
 always applied to the loaded object code.  It looks as if another part of
 the OS X linker (in `relocateSection`) was never written.  This is not
 entirely surprising, given that there was a similar bug earlier.  The fix
 may be as simple as calling `relocateAddress` in the right place, but I'm
 not sure yet.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4867#comment:22>
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

Reply via email to