[commit: testsuite] master: Comparison primops return Int# (Fixes #6135) (ac52535)

git at git.haskell.org git at git.haskell.org
Wed Aug 14 17:16:32 CEST 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ac52535d35a47e70d63498aa8c85c4fe30d1fd92/testsuite

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

commit ac52535d35a47e70d63498aa8c85c4fe30d1fd92
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Wed Aug 14 16:15:43 2013 +0100

    Comparison primops return Int# (Fixes #6135)
    
    This patch adds tests for new primops and fixes the existing ones.
    For a deatiled discussion of this changes please visit the wiki page:
    http://hackage.haskell.org/trac/ghc/wiki/PrimBool


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

ac52535d35a47e70d63498aa8c85c4fe30d1fd92
 tests/lib/integer/Makefile                         |    2 +
 tests/lib/integer/integerConstantFolding.hs        |    8 +
 tests/lib/integer/integerConstantFolding.stdout    |    2 +
 tests/perf/compiler/T4007.stdout                   |    3 +-
 tests/{annotations => primops}/Makefile            |    0
 .../primops/should_compile/T6135_should_compile.hs |   22 +
 tests/primops/should_compile/all.T                 |    1 +
 tests/primops/should_run/T6135.hs                  |  836 ++++++++++++++++++++
 tests/primops/should_run/T6135.stdout              |  713 +++++++++++++++++
 tests/primops/should_run/all.T                     |    1 +
 tests/simplCore/should_compile/Makefile            |    2 +-
 tests/simplCore/should_compile/T3772.stdout        |    8 +-
 tests/simplCore/should_compile/T4930.stderr        |    6 +-
 tests/simplCore/should_compile/T5658b.hs           |    1 +
 tests/simplCore/should_compile/spec-inline.stderr  |   21 +-
 15 files changed, 1610 insertions(+), 16 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 ac52535d35a47e70d63498aa8c85c4fe30d1fd92




More information about the ghc-commits mailing list