[GHC] #12812: Debugging functions should throw warnings
GHC
ghc-devs at haskell.org
Sat Nov 12 03:32:45 UTC 2016
#12812: Debugging functions should throw warnings
-------------------------------------+-------------------------------------
Reporter: siddhanathan | Owner:
Type: task | Status: new
Priority: lowest | Milestone:
Component: libraries/base | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"2cfbee896be349d16238c044475c7c15cfb9b3f2/ghc"
2cfbee89/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="2cfbee896be349d16238c044475c7c15cfb9b3f2"
rts: Fix build when linked with gold
As reported in #12812, the runtime system fails to build when linked
with gold due to a missing dependency on libpthread.
Additionally, rts/package.conf.in uses the WORD_SIZE_IN_BITS macro
defined by MachDeps.h, which it does not #include. Fix this.
Test Plan: Validate with gold linker
Reviewers: hsyl20, austin, erikd, simonmar
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2695
GHC Trac Issues: #12816
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12812#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list