[GHC] #13283: T5435_dyn_asm fails with gold linker
GHC
ghc-devs at haskell.org
Wed Feb 15 22:50:13 UTC 2017
#13283: T5435_dyn_asm fails with gold linker
-------------------------------------+-------------------------------------
Reporter: rwbarton | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Runtime | Version: 8.1
System (Linker) |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
I tried validating with `ld.gold` as my system linker and one test failed:
{{{
cd "./rts/T5435_dyn_asm.run" && $MAKE -s --no-print-directory
T5435_dyn_asm
T5435_dyn_asm failed with ['initArray1', 'initArray2', 'ctors2', 'ctors1',
'success'], see all.T for details
}}}
The expected output has `ctors1` and then `ctors2`.
This looks like a bug in gold to me. ezyang, do you agree?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13283>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list