#3273: memory leak due to optimisation
------------------------------+---------------------------------------------
 Reporter:  sebf              |          Owner:                  
     Type:  bug               |         Status:  new             
 Priority:  normal            |      Milestone:                  
Component:  Compiler          |        Version:  6.10.1          
 Severity:  normal            |     Resolution:                  
 Keywords:                    |       Testcase:                  
       Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
------------------------------+---------------------------------------------
Comment (by int-e):

 {{{# ghc -fno-cse -O}}} should have been {{{# ghc -O -fno-cse}}} of
 course. But it makes no difference to the result -- {{{-fno-cse}}} does
 not help here.

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