[GHC] #8276: Building Haddock documentation panics with perf build on x86_64 Linux
GHC
ghc-devs
Thu Oct 3 02:12:52 UTC 2013
#8276: Building Haddock documentation panics with perf build on x86_64 Linux
---------------------------------------+----------------------------------
Reporter: jstolarek | Owner:
Type: bug | Status: new
Priority: high | Milestone:
Component: Documentation | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86_64 (amd64)
Type of failure: Compile-time crash | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------------+----------------------------------
Comment (by kazu-yamamoto):
Compiling test.hs with dynamic linking results in False. Strange.
{{{
% ghc -O2 -package ghc test.hs -fforce-recomp
% ./test
False
% ghc -O2 -dynamic -package ghc test.hs -fforce-recomp
% ./test
False
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8276#comment:27>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list