-
Notifications
You must be signed in to change notification settings - Fork 37
Drop GccLtXX flags, require GCC > 4.7 and up #450
Conversation
@izgzhen Thanks for the patch! Looks like you haven't removed all uses of the flags, so Hadrian can't be compiled. |
Yes! I was in a hurry at the time of making this PR, sorry. |
@izgzhen Thanks, we're past the compilation stage now :) We now hit GHC panic:
:-S Presumably GHC is broken? Or did we break it by a strange combination of flags? |
Ah, wait, this is bootstrapping GHC! So, it's a real bug which we somehow triggered by flags. |
O_o interesting |
@izgzhen One possible explanation is that this GHC commit: Changed |
OK, I've confirmed this and merged the PR. GHC appears to be currently broken when bootstrapping with GHC 8.0.2. @bgamari Shall I report this or is this a known issue? |
See #449.