[GHC] #10491: Simplifier explosion with Accelerate
GHC
ghc-devs at haskell.org
Wed Jun 10 23:13:06 UTC 2015
#10491: Simplifier explosion with Accelerate
-------------------------------------+-------------------------------------
Reporter: robertce | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 7.10.2
Component: Compiler | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by George):
This doesn't seem to be a problem on the 7.10.2 alpha Haskell Platform:
ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.10.1.20150601
cabal install --ghc-options="-O2" accelerate --reinstall
cabal install --ghc-options="-O2" accelerate --reinstall
Resolving dependencies...
In order, the following will be installed:
accelerate-0.15.1.0 (reinstall)
Warning: Note that reinstalls are always dangerous. Continuing anyway...
Configuring accelerate-0.15.1.0...
Building accelerate-0.15.1.0...
Installed accelerate-0.15.1.0
Updating documentation index
/Users/gcolpitts/Library/Haskell/share/doc/x86_64-osx-
ghc-7.10.1.20150601/index.html
fwiw the following didn't give an error but not sure if it did the "right"
thing, in any case the above should be definitive
cabal install -j3 -O2 accelerate
cabal install -j3 -O2 accelerate
Resolving dependencies...
Configuring fclabels-2.0.2.2...
Configuring hashtables-1.2.0.2...
Building hashtables-1.2.0.2...
Building fclabels-2.0.2.2...
Installed fclabels-2.0.2.2
Installed hashtables-1.2.0.2
Configuring accelerate-0.15.1.0...
Building accelerate-0.15.1.0...
Installed accelerate-0.15.1.0
Updating documentation index
/Users/gcolpitts/Library/Haskell/share/doc/x86_64-osx-
ghc-7.10.1.20150601/index.html
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10491#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list