[GHC] #8768: Internal compiler error on haskell-src-exts 1.14.01 (profiling)
GHC
ghc-devs at haskell.org
Tue Feb 11 17:46:33 UTC 2014
#8768: Internal compiler error on haskell-src-exts 1.14.01 (profiling)
----------------------------------+---------------------------------------
Reporter: MagnusTherning | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.1-rc1
Keywords: | Operating System: Linux
Architecture: x86_64 (amd64) | Type of failure: Compile-time crash
Difficulty: Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
----------------------------------+---------------------------------------
I'm configuring and building {{{haskell-src-exts}}} like this:
{{{
runhaskell Setup configure -O -p --enable-shared \
-fbase4
runhaskell Setup build
}}}
It builds the ordinary bits just fine, but when it gets to compiling for
profiling:
{{{
[ 1 of 22] Compiling Language.Haskell.Exts.Annotated.Syntax (
src/Language/Haskell/Exts/Annotated/Syntax.hs,
dist/build/Language/Haskell/Exts/Annotated/Syntax.p_o )
/tmp/ghc340_0/ghc340_8.s:1:0:
internal compiler error: Segmentation fault
.section .rodata
^
Please submit a full bug report,
with preprocessed source if appropriate.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8768>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list