[Git][ghc/ghc][wip/T8095-spj] CI adjustments
Simon Peyton Jones
gitlab at gitlab.haskell.org
Mon Aug 3 08:49:19 UTC 2020
Simon Peyton Jones pushed to branch wip/T8095-spj at Glasgow Haskell Compiler / GHC
Commits:
5d6395d1 by Simon Peyton Jones at 2020-08-03T09:47:21+01:00
CI adjustments
This patch temporarily
* Marks -ddump-coercions as undocumented (so that CI doesn't stumble)
* Adds -ddump-coercions to TEST_HC so that all tests run with it on
- - - - -
2 changed files:
- docs/users_guide/expected-undocumented-flags.txt
- testsuite/mk/test.mk
Changes:
=====================================
docs/users_guide/expected-undocumented-flags.txt
=====================================
@@ -169,3 +169,4 @@
-ticky-LNE
-ticky-allocd
-ticky-dyn-thunk
+-ddrop-coercions
=====================================
testsuite/mk/test.mk
=====================================
@@ -37,7 +37,7 @@ endif
# TEST_HC_OPTS is passed to every invocation of TEST_HC
# in nested Makefiles
TEST_HC_OPTS = -dcore-lint -dstg-lint -dcmm-lint \
- -no-user-$(GhcPackageDbFlag) -rtsopts $(EXTRA_HC_OPTS)
+ -no-user-$(GhcPackageDbFlag) -rtsopts $(EXTRA_HC_OPTS) -ddrop-coercions
ifeq "$(MinGhcVersion711)" "YES"
# Don't warn about missing specialisations. They can only occur with `-O`, but
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5d6395d10e6edebade963477fc7f703161d5d837
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5d6395d10e6edebade963477fc7f703161d5d837
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/20200803/caf2c1f2/attachment.html>
More information about the ghc-commits
mailing list