Re: #16406: Array code works with GHC 8.4.4, hangs with GHC 8.6.4
"GHC" <[email protected]> Fri, 08 Mar 2019 08:26:39 -0000
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
--===============4355421982966114143==
Content-Type: multipart/related;
boundary="===============7885882906945651220=="
--===============7885882906945651220==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
#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>