
#11758: Drop x86_64 binutils <2.17 hack
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: avd
Type: task | Status: closed
Priority: normal | Milestone: 8.2.1
Component: Compiler (NCG) | Version: 8.0.1-rc2
Resolution: fixed | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: 12433 | Differential Rev(s): Phab:D2426
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by simonpj):
This patch made the ghc-stage2 compiler seg-fault, on 64-bit Windos. It
seg-faults when doing anything -- compiling `HelloWorld.hs` or even `ghc
--version`.
It took me a full day of bisection to find this. Very painful. It would
be so great if we had continuous-integration on Windows going. I hate
playing the role of Windows test engine.
Anyway, here's the revert patch. Would someone like to work out what is
going on, and re-apply when fixed?
{{{
commit b2c5e4ce5c44a7be7c2b81c2600cae40c5b225ad
Author: Simon Peyton Jones