#1845: unconditional relative branch out of range (GHC version 6.8.1-6.10.4 for
powerpc_apple_darwin)
-------------------------+--------------------------------------------------
Reporter: guest | Owner: igloo
Type: bug | Status: patch
Priority: high | Milestone: 7.0.1
Component: Compiler | Version: 7.1
Keywords: | Testcase:
Blockedby: | Difficulty: Unknown
Os: MacOS X | Blocking:
Architecture: powerpc | Failure: Compile-time crash
-------------------------+--------------------------------------------------
Changes (by igloo):
* owner: => igloo
Comment:
I've applied the first patch to HEAD. The second one gives me:
{{{
$ ghci
GHCi, version 7.1.20101015: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... ghc-stage2: /home/ian/ghc/darcs/ghc/libraries
/ghc-prim/dist-install/build/HSghc-prim-0.2.0.0.o: WARNING: Allocating
jump islands separately from the object image itself. This may interfere
with relative branches to them.
linking ... done.
Loading package integer-gmp ... ghc-stage2:
/home/ian/ghc/darcs/ghc/libraries/integer-gmp/dist-install/build
/HSinteger-gmp-0.2.0.2.o: WARNING: Allocating jump islands separately from
the object image itself. This may interfere with relative branches to
them.
linking ... done.
Loading package base ... ghc-stage2:
/home/ian/ghc/darcs/ghc/libraries/base/dist-
install/build/HSbase-4.3.0.0.o: WARNING: Allocating jump islands
separately from the object image itself. This may interfere with relative
branches to them.
linking ... done.
Loading package ffi-1.0 ... linking ... done.
Prelude>
}}}
on amd64/Linux. I'll take a closer look.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1845#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