[commit: testsuite] master: massive_array: -dynamic not necessary. (6a5525b)

Edward Z. Yang ezyang at MIT.EDU
Sat May 14 01:28:57 CEST 2011


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6a5525bf961f8e9c930356990b1141433a5cc808

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

commit 6a5525bf961f8e9c930356990b1141433a5cc808
Author: Edward Z. Yang <ezyang at mit.edu>
Date:   Sat May 14 00:28:49 2011 +0100

    massive_array: -dynamic not necessary.
    
    Signed-off-by: Edward Z. Yang <ezyang at mit.edu>

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

 tests/ghc-regress/codeGen/should_compile/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/ghc-regress/codeGen/should_compile/all.T b/tests/ghc-regress/codeGen/should_compile/all.T
index cf34c70..2f61d79 100644
--- a/tests/ghc-regress/codeGen/should_compile/all.T
+++ b/tests/ghc-regress/codeGen/should_compile/all.T
@@ -15,4 +15,4 @@ test('3579', normal, compile, [''])
 test('2578', normal, run_command, ['$MAKE -s --no-print-directory 2578'])
 # skip llvm on i386 as we don't support fPIC
 test('jmp_tbl', if_arch('i386', omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -O'])
-test('massive_array', if_arch('i386', omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC -dynamic'])
+test('massive_array', if_arch('i386', omit_ways(['llvm', 'optllvm'])), compile, ['-fPIC'])





More information about the Cvs-ghc mailing list