[commit: ghc] master: Add references to #6087 (a032ff7)

git at git.haskell.org git at git.haskell.org
Wed Feb 21 06:48:00 UTC 2018


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

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

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

commit a032ff77210736df45cf49820c882f40dc10230e
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Wed Feb 21 09:47:13 2018 +0300

    Add references to #6087
    
    [skip ci]


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

a032ff77210736df45cf49820c882f40dc10230e
 compiler/main/DynFlags.hs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index e6b9cf6..01432b6 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -441,7 +441,7 @@ data GeneralFlag
    | Opt_CallArity
    | Opt_Exitification
    | Opt_Strictness
-   | Opt_LateDmdAnal
+   | Opt_LateDmdAnal                    -- #6087
    | Opt_KillAbsence
    | Opt_KillOneShot
    | Opt_FullLaziness
@@ -4304,6 +4304,8 @@ impliedXFlags
 -- available flags. The second contains a detailed description of the
 -- flags. Both places should contain information whether a flag is implied by
 -- -O0, -O or -O2.
+--
+-- (See #6087 about adding -flate-dmd-anal in this list)
 
 optLevelFlags :: [([Int], GeneralFlag)]
 optLevelFlags -- see Note [Documenting optimisation flags]



More information about the ghc-commits mailing list