Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/0ffbe99f1c3efebf169860e4f51543886834bbe7

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

commit 0ffbe99f1c3efebf169860e4f51543886834bbe7
Author: Ian Lynagh <[email protected]>
Date:   Thu Aug 4 14:16:55 2011 +0100

    Don't specify -fasm in massive_array.hs
    
    The test way specifies what backend is used. Fixes the test with an
    unreg compiler.

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

 tests/codeGen/should_compile/massive_array.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/codeGen/should_compile/massive_array.hs 
b/tests/codeGen/should_compile/massive_array.hs
index a9db12b..0978992 100644
--- a/tests/codeGen/should_compile/massive_array.hs
+++ b/tests/codeGen/should_compile/massive_array.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fno-ignore-interface-pragmas -fasm #-}
+{-# OPTIONS_GHC -fno-ignore-interface-pragmas #-}
 
 -- This test breaks the linear register allocator when compiled the
 -- flags -fnew-codegen, -fPIC and -dynamic, running out of stack



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to