[GHC] #14269: ghc: internal error: PAP object entered!
GHC
ghc-devs at haskell.org
Fri Sep 22 00:49:32 UTC 2017
#14269: ghc: internal error: PAP object entered!
-------------------------------------+-------------------------------------
Reporter: erisco | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.2
Keywords: | Operating System: Windows
Architecture: x86_64 | Type of failure: Compile-time
(amd64) | crash or panic
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
{{{
> ghc hplay.hs -o hplay.exe
[1 of 1] Compiling Main ( hplay.hs, hplay.o )
ghc: internal error: PAP object entered!
(GHC version 8.0.2 for x86_64_unknown_mingw32)
Please report this as a GHC bug:
http://www.haskell.org/ghc/reportabug
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
}}}
Test file:
{{{
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE QuasiQuotes #-}
module Main where
import qualified Language.C.Inline as C
main :: IO ()
main = [C.block||]
}}}
Using inline-c-0.6.0.5
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14269>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list