[GHC] #14544: doCorePass has at least one missing case
GHC
ghc-devs at haskell.org
Wed Nov 29 17:05:31 UTC 2017
#14544: doCorePass has at least one missing case
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.2.1
Keywords: newcomer | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
There is a catch all at the end of `doCorePass` which hides the fact that
`doCorePass` should be total. In particular `doCorePass` is not
implemented for `CoreOccurAnal` and so either `CoreOccurAnal` should be
removed from `CoreToDo` or implemented properly in `doCorePass`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14544>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list