[Git][ghc/ghc][wip/T22404] Add all.T file
Simon Peyton Jones (@simonpj)
gitlab at gitlab.haskell.org
Wed Jul 26 06:56:02 UTC 2023
Simon Peyton Jones pushed to branch wip/T22404 at Glasgow Haskell Compiler / GHC
Commits:
48f5afa3 by Simon Peyton Jones at 2023-07-26T07:55:39+01:00
Add all.T file
- - - - -
1 changed file:
- testsuite/tests/simplCore/should_compile/all.T
Changes:
=====================================
testsuite/tests/simplCore/should_compile/all.T
=====================================
@@ -492,3 +492,6 @@ test('T23491d', [extra_files(['T23491.hs']), grep_errmsg(r'Static argument')], m
test('T23074', normal, compile, ['-O -ddump-rules'])
test('T23272', [only_ways(['ghci']), extra_hc_opts('-fno-unoptimized-core-for-interpreter -O')], ghci_script, ['T23272.script'])
test('T23567', [extra_files(['T23567A.hs'])], multimod_compile, ['T23567', '-O -v0'])
+
+# The -ddump-simpl of T22404 should have no let-bindings
+test('T22404', [only_ways(['optasm']), check_errmsg(r'let') ], compile, ['-ddump-simpl -dsuppress-uniques'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/48f5afa3cdaff3211fc30ff1fdee37e38e3428ca
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/48f5afa3cdaff3211fc30ff1fdee37e38e3428ca
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/20230726/f4ca2071/attachment.html>
More information about the ghc-commits
mailing list