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 <[email protected]> Date: Sat May 14 00:28:49 2011 +0100 massive_array: -dynamic not necessary. Signed-off-by: Edward Z. Yang <[email protected]> >--------------------------------------------------------------- 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']) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
