[GHC] #11495: TH_spliceE5_prof is failing with release candidate 8.0.1
GHC
ghc-devs at haskell.org
Wed Jan 27 15:38:25 UTC 2016
#11495: TH_spliceE5_prof is failing with release candidate 8.0.1
-------------------------------------+-------------------------------------
Reporter: thomie | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 8.0.1
Component: Compiler | Version: 8.0.1-rc1
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 simonmar):
> It's all such a mess.
Yup.
I guess we should not put `-dynamic` in `ghcThWayFlags`, because (a) it
doesn't work with `-prof` and (b) It is sort-of handled magically by GHC
turning on `-dynamic-too` when we need TH.
This crap is part of the reason I wanted to make `-fexternal-interpreter`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11495#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list