
#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 Resolution: | Keywords: Operating System: Linux | Architecture: x86_64 (amd64) Type of failure: Compile-time crash | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------------+---------------------------------- Comment (by MagnusTherning): Replying to [comment:1 thoughtpolice]:
What GCC and binutils (or associated compiler/assembler tools) are you using ''exactly''?
The thing is, this is actually a bug in GNU as or GCC it seems, as the choke happens when compiling the resulting profiled assembly code created by GHC - GHC has already done its job. There may be a possible way to work around this, but I'll need to know exactly what system you're on first to be sure I can reproduce it.
It's an up-to-date ArchLinux system: {{{ # pacman -Q binutils gcc binutils 2.24-2 gcc 4.8.2-8 }}} Let me know if there is more information you need from me. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8768#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler