[commit: ghc] master: Remove obsolete -fno-warn-amp from spec001 (0c1974c)

git at git.haskell.org git at git.haskell.org
Fri May 30 01:37:03 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0c1974c8262f1609ecb7dec438d8cd167f788a5c/ghc

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

commit 0c1974c8262f1609ecb7dec438d8cd167f788a5c
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu May 29 17:36:48 2014 -0700

    Remove obsolete -fno-warn-amp from spec001
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

0c1974c8262f1609ecb7dec438d8cd167f788a5c
 testsuite/tests/simplCore/should_compile/spec001.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testsuite/tests/simplCore/should_compile/spec001.hs b/testsuite/tests/simplCore/should_compile/spec001.hs
index f4b4dd0..5a6fb03 100644
--- a/testsuite/tests/simplCore/should_compile/spec001.hs
+++ b/testsuite/tests/simplCore/should_compile/spec001.hs
@@ -1,6 +1,5 @@
 {-# LANGUAGE CPP, UnboxedTuples, MagicHash, StandaloneDeriving, DeriveDataTypeable #-}
 {-# OPTIONS_GHC -O #-}
-{-# OPTIONS_GHC -fno-warn-amp #-}
 
 -- In GHC 6.4, compiling this module gave a Core Lint failure following the
 -- specialier, because a function was floated out that had a RULE that



More information about the ghc-commits mailing list