#2396: Default class method not inlined
--------------------------------------+-------------------------------------
  Reporter:  sedillard                |          Owner:                  
      Type:  bug                      |         Status:  closed          
  Priority:  low                      |      Milestone:  7.0.1           
 Component:  Compiler                 |        Version:  6.8.3           
Resolution:  fixed                    |       Keywords:                  
  Testcase:                           |      Blockedby:                  
Difficulty:  Unknown                  |             Os:  Unknown/Multiple
  Blocking:                           |   Architecture:  Unknown/Multiple
   Failure:  Runtime performance bug  |  
--------------------------------------+-------------------------------------
Changes (by reinerp):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 The given program fails to compile with the 7.0 release candidate, due to
 #4418. Working around this problem by adding the fundep {{{pm -> pv}}} to
 the {{{PackedMat}}} class, it compiles and gives Core essentially the same
 as the 6.12 Core: no unnecessary constructors.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2396#comment:11>
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