#7126: Unexpected loop
-----------------------------------------+----------------------------------
 Reporter:  boris                        |          Owner:                   
     Type:  bug                          |         Status:  new              
 Priority:  normal                       |      Component:  Compiler         
  Version:  7.4.1                        |       Keywords:  class, hang, loop
       Os:  Unknown/Multiple             |   Architecture:  Unknown/Multiple 
  Failure:  Incorrect result at runtime  |       Testcase:                   
Blockedby:                               |       Blocking:                   
  Related:                               |  
-----------------------------------------+----------------------------------
 The attached program executes as expected if compiled with GHC 7.0.3, but
 crashes with <<loop>> for GHC 7.4.1. When the code was more polymorphic
 (before simplifying the case), it just hanged. I suspect that the loop is
 related to the class dictionaries creation/passing.

 Expected:
 {{{
 "1"
 "1"
 }}}

 Actual:
 {{{
 "1"
 bug: <<loop>>
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7126>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to