[GHC] #15867: STG scope error
GHC
ghc-devs at haskell.org
Tue Nov 6 18:10:11 UTC 2018
#15867: STG scope error
-------------------------------------+-------------------------------------
Reporter: csabahruska | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by csabahruska):
The interesting part for `libraries/integer-gmp/src/GHC/Integer/Type.hs`
is:
{{{
<no location info>: warning:
[in body of lambda with binders wild_sgiz :: Int#]
ipv_sgiw :: Integer is duplicated (Uniq)
<no location info>: warning:
[in body of lambda with binders wild_sgiz :: Int#]
ipv1_sgix :: Integer is duplicated (Uniq)
<no location info>: warning:
[in body of lambda with binders wild1_sgiB :: Int#]
ipv_sgiw :: Integer is duplicated (Uniq)
<no location info>: warning:
[in body of lambda with binders wild1_sgiB :: Int#]
ipv1_sgix :: Integer is duplicated (Uniq)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15867#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list