[GHC] #14204: GHC bug - makeStatic: Unresolved static form at line 13, column 14.
GHC
ghc-devs at haskell.org
Fri Sep 8 16:15:27 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
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Runtime crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Description changed by jchia:
Old description:
> 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.
New description:
Building and running the attached code results in the above crash 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 the enablement of StaticPointers.
--
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14204#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list