#5522: mc03 -O -fliberate-case -fspec-constr runs out of memory
-------------------------+--------------------------------------------------
    Reporter:  btutt     |        Owner:  igloo                       
        Type:  bug       |       Status:  new                         
    Priority:  normal    |    Milestone:  7.6.1                       
   Component:  Compiler  |      Version:  7.3                         
    Keywords:            |     Testcase:  mc03                        
   Blockedby:            |   Difficulty:                              
          Os:  Windows   |     Blocking:                              
Architecture:  x86       |      Failure:  Compile-time performance bug
-------------------------+--------------------------------------------------
Changes (by igloo):

  * owner:  => igloo
  * failure:  Compile-time crash => Compile-time performance bug
  * milestone:  => 7.6.1


Comment:

 Thanks for the report.

 Reproduced with HEAD in `testsuite/tests/deSugar/should_run`:
 {{{
 $ ulimit -v 1024000
 $ ghc  -fforce-recomp --make mc03 -O -fliberate-case -fspec-constr
 [1 of 1] Compiling Main             ( mc03.hs, mc03.o )
 ghc-stage2: out of memory (requested 1048576 bytes)
 }}}

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