#5302: Unused arguments in join points
---------------------------------+------------------------------------------
    Reporter:  reinerp           |        Owner:  simonpj                
        Type:  bug               |       Status:  new                    
    Priority:  normal            |    Milestone:  7.4.1                  
   Component:  Compiler          |      Version:  7.0.3                  
    Keywords:                    |     Testcase:                         
   Blockedby:                    |   Difficulty:                         
          Os:  Unknown/Multiple  |     Blocking:                         
Architecture:  Unknown/Multiple  |      Failure:  Runtime performance bug
---------------------------------+------------------------------------------

Comment(by simonpj):

 I've just tried this, and can't reproduce it.  I used
 {{{
 ghc-7.0.3 -c -O2 -ddump-simpl T5302.hs
 }}}
 Can you try that and check what's happening?

 But yes, I can just about see how this might happen.  It would be dealt
 with by the fix we're investigating for #4941, namely running the
 strictness analyser a second time near the end.

 Simon

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to