[GHC] #14285: Entered absent arg - triggered by INLINEABLE, regression from 8.0.2
GHC
ghc-devs at haskell.org
Wed Sep 27 09:50:22 UTC 2017
#14285: Entered absent arg - triggered by INLINEABLE, regression from 8.0.2
---------------------------------+--------------------------------------
Reporter: j.waldmann | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+--------------------------------------
Comment (by j.waldmann):
No. - After a clean checkout, I did
{{{
stack build --dependencies-only
stack exec -- ghc -isrc -fforce-recomp -O1 -dcore-lint pure-matchbox.hs
./pure-matchbox -i -w Count data/z001.srs
pure-matchbox: Oops! Entered absent arg ww Map k (Set k1)
}}}
If I leave out the "-O1", or if I put "-O0", the error does not happen.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14285#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list