[GHC] #14204: GHC bug - makeStatic: Unresolved static form at line 13, column 14.
GHC
ghc-devs at haskell.org
Fri Sep 8 16:11:10 UTC 2017
#14204: GHC bug - makeStatic: Unresolved static form at line 13, column 14.
-------------------------------------+-------------------------------------
Reporter: jchia | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
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:
-------------------------------------+-------------------------------------
Building and running the attached code results in the above error mesage.
Enabling StaticPointers in the code makes the error go away.
GHC should either reject the code or generate code that works properly at
run-time, depending on the fine points of how TH is supposed to interact
with StaticPointers.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14204>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list