[GHC] #16406: Array code works with GHC 8.4.4, hangs with GHC 8.6.4
GHC
ghc-devs at haskell.org
Fri Mar 8 08:26:39 UTC 2019
#16406: Array code works with GHC 8.4.4, hangs with GHC 8.6.4
-------------------------------------+-------------------------------------
Reporter: arybczak | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: libraries | Version: 8.6.4
(other) |
Resolution: | Keywords: array
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 osa1):
Confirmed on GHC HEAD on Linux. It fails with `<<loop>>` exception when
compiled.
Some commits that may be relevant:
- "Harden fixST" 5a49651f3161473b383ec497af38e9daa022b9ac
- "Index arrays more eagerly" e7678d6a0607013749e9ba4d88df949ad1192765
I think this is the commit that broke this example:
- "Make accumArray and accum stricter"
08345bd0e8d237ec3929aaee7613c4f76e07e131
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16406#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list