
#14129: GHC segfaults trying to use ANN code when ghc is compiled as DYNAMIC_GHC_PROGRAMS=NO -------------------------------------+------------------------------------- Reporter: pacak | Owner: bgamari Type: bug | Status: new Priority: high | Milestone: 8.4.1 Component: Compiler | Version: 8.2.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: | -------------------------------------+------------------------------------- Changes (by bgamari): * owner: (none) => bgamari * priority: normal => high * milestone: => 8.4.1 Old description:
ghc: HEAD
{{{ module A where
{-# ANN module "KABOOM" #-} }}}
New description: ghc: HEAD {{{#!hs module A where {-# ANN module "KABOOM" #-} }}} -- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14129#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler