
#12759: Latest Debian GCC breaks GHC -----------------------------+---------------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.0.2 Component: Compiler | Version: 8.0.1 Resolution: | Keywords: Operating System: Linux | Architecture: Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -----------------------------+---------------------------------------- Comment (by erikd): With the above two patches, over 100 of the tests in the testsuie fail (mostly the TH related tests). Dropping those patches and configuring GHC as suggested by @hvr: {{{ ./configure \ CONF_CC_OPTS_STAGE2=-fno-PIE \ CONF_GCC_LINKER_OPTS_STAGE2=-no-pie \ CONF_LD_LINKER_OPTS_STAGE2=-no-pie }}} results in a GHC that passes all tests. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12759#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler