[GHC] #14291: Tests tend to fail in the ext-interp way when split sections is enabled
GHC
ghc-devs at haskell.org
Mon Oct 9 13:11:26 UTC 2017
#14291: Tests tend to fail in the ext-interp way when split sections is enabled
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.4.1
Component: Compiler | Version: 8.2.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: 14328 | Blocking: 13716
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
Of the linkers
* `ld.gold` has this bug; produces valid-looking object code that simply
doesn't work. Ben has filed
[https://sourceware.org/bugzilla/show_bug.cgi?id=22266 this bug report].
* `ld.lld` crashes on the same repro case. And `gcc` doesn't support
`lld`.
* `ld.bfd` is OK on this, but it is slow see #13739.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14291#comment:36>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list