[GHC] #12732: GHC bug
GHC
ghc-devs at haskell.org
Fri Oct 28 20:33:56 UTC 2016
#12732: GHC bug
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
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 RyanGlScott):
I can't reproduce it with GHC 8.0.2:
{{{
$ /opt/ghc/8.0.2/bin/ghc -fobject-code -fdefer-typed-holes Bug.hs
[1 of 1] Compiling Bug ( Bug.hs, Bug.o )
Bug.hs:4:10: error: Variable not in scope: x
Bug.hs:5:27: error: Variable not in scope: x
Bug.hs:6:11: error: Variable not in scope: x
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12732#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list