[commit: ghc] master: Revert D727 (8764a7e)

git at git.haskell.org git at git.haskell.org
Wed May 13 03:08:29 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8764a7e8caa18491c2c14d860bc4e392d8ec0eee/ghc

>---------------------------------------------------------------

commit 8764a7e8caa18491c2c14d860bc4e392d8ec0eee
Author: Austin Seipp <austin at well-typed.com>
Date:   Tue May 12 22:07:06 2015 -0500

    Revert D727
    
    This caused print007 to fail, so I guess I botched this more than I
    thought. This is a combination of reverting:
    
      "Fix build breakage from 9736c042", commit f35d621.
      "compiler: make sure we reject -O + HscInterpreted", commit 9736c04.


>---------------------------------------------------------------

8764a7e8caa18491c2c14d860bc4e392d8ec0eee
 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 8764a7e8caa18491c2c14d860bc4e392d8ec0eee


More information about the ghc-commits mailing list