[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 7 commits: Implement ImportQualifiedPost

Marge Bot gitlab at gitlab.haskell.org
Wed May 8 12:28:47 UTC 2019



 Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC


Commits:
a359bb16 by Shayne Fletcher at 2019-05-08T12:28:36Z
Implement ImportQualifiedPost

- - - - -
6bb5651a by Kevin Buhr at 2019-05-08T12:28:37Z
stg_floatToWord32zh: zero-extend the Word32 (#16617)

The primop stgFloatToWord32 was sign-extending the 32-bit word, resulting
in weird negative Word32s.  Zero-extend them instead.

Closes #16617.

- - - - -
9b67cff1 by Ömer Sinan Ağacan at 2019-05-08T12:28:41Z
Print PAP object address in stg_PAP_info entry code

Continuation to ce23451c

- - - - -
317f41a7 by Richard Eisenberg at 2019-05-08T12:28:42Z
Regression test for #16627.

test: typecheck/should_fail/T16627

- - - - -
e22c75b4 by John Ericson at 2019-05-08T12:28:43Z
Purge TargetPlatform_NAME and cTargetPlatformString

- - - - -
df7f54c5 by Kevin Buhr at 2019-05-08T12:28:44Z
Add regression test for old issue #507

- - - - -
c79428c5 by Vladislav Zavialov at 2019-05-08T12:28:45Z
Add a regression test for #14548

- - - - -


30 changed files:

- compiler/ghc.mk
- compiler/hsSyn/HsImpExp.hs
- compiler/main/DynFlags.hs
- compiler/main/HeaderInfo.hs
- compiler/main/HscStats.hs
- compiler/main/SysTools.hs
- compiler/parser/Lexer.x
- compiler/parser/Parser.y
- compiler/parser/RdrHsSyn.hs
- compiler/rename/RnNames.hs
- compiler/typecheck/TcRnDriver.hs
- compiler/utils/Panic.hs
- docs/users_guide/glasgow_exts.rst
- ghc/GHCi/UI.hs
- hadrian/src/Rules/Generate.hs
- includes/Cmm.h
- includes/ghc.mk
- libraries/base/cbits/CastFloatWord.cmm
- libraries/ghc-boot-th/GHC/LanguageExtensions/Type.hs
- rts/Apply.cmm
- + testsuite/tests/codeGen/should_run/T16617.hs
- + testsuite/tests/codeGen/should_run/T16617.stdout
- testsuite/tests/codeGen/should_run/all.T
- testsuite/tests/driver/T4437.hs
- + testsuite/tests/ghci/should_run/T507.script
- + testsuite/tests/ghci/should_run/T507.stdout
- testsuite/tests/ghci/should_run/all.T
- testsuite/tests/module/all.T
- + testsuite/tests/module/mod181.hs
- + testsuite/tests/module/mod182.hs


The diff was not included because it is too large.


View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/3a48afa68a71e3c917dd5e170540dede758c3175...c79428c5915a173ed8336706f4d6900d71d70417

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/3a48afa68a71e3c917dd5e170540dede758c3175...c79428c5915a173ed8336706f4d6900d71d70417
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190508/639dd229/attachment.html>


More information about the ghc-commits mailing list