[commit: ghc] ghc-7.10: Revert "compiler: make sure we reject -O + HscInterpreted" (70d594d)
git at git.haskell.org
git at git.haskell.org
Fri May 22 13:11:27 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/70d594d29cf948b217ed6e6d163f3bb6691a3dfb/ghc
>---------------------------------------------------------------
commit 70d594d29cf948b217ed6e6d163f3bb6691a3dfb
Author: Austin Seipp <austin at well-typed.com>
Date: Fri May 22 08:11:02 2015 -0500
Revert "compiler: make sure we reject -O + HscInterpreted"
This reverts commit 46edc43cbe011978d903dd0b5f0ffc62c602fbaa.
This failed on master due to a buildbot wibble I haven't had time to
look into. But apparently I pushed it as an error, as it was sitting in
my tree. D'oh.
>---------------------------------------------------------------
70d594d29cf948b217ed6e6d163f3bb6691a3dfb
compiler/main/DynFlags.hs | 12 ++++----
compiler/main/ErrUtils.hs | 6 +---
compiler/main/GHC.hs | 41 ++++----------------------
compiler/simplCore/FloatOut.hs | 27 -----------------
testsuite/.gitignore | 1 -
testsuite/tests/ghc-api/T10052/Makefile | 12 --------
testsuite/tests/ghc-api/T10052/T10052-input.hs | 1 -
testsuite/tests/ghc-api/T10052/T10052.hs | 30 -------------------
testsuite/tests/ghc-api/T10052/T10052.stderr | 3 --
testsuite/tests/ghc-api/T10052/T10052.stdout | 1 -
testsuite/tests/ghc-api/T10052/all.T | 2 --
11 files changed, 12 insertions(+), 124 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 70d594d29cf948b217ed6e6d163f3bb6691a3dfb
More information about the ghc-commits
mailing list