#2722: <<loop> when compiling with -O option with ghc-6.10.0.20081019
-------------------------------+--------------------------------------------
 Reporter:  uwe                |          Owner:         
     Type:  bug                |         Status:  new    
 Priority:  high               |      Milestone:  6.10.1 
Component:  Compiler           |        Version:  6.10.1 
 Severity:  normal             |     Resolution:         
 Keywords:  Optimization Loop  |     Difficulty:  Unknown
 Testcase:                     |   Architecture:  x86    
       Os:  Linux              |  
-------------------------------+--------------------------------------------
Comment (by igloo):

 I've attached a single module case:
 {{{
 $ ghc -fforce-recomp --make HXmlParser.hs -Wall && ./HXmlParser
 [1 of 1] Compiling Main             ( HXmlParser.hs, HXmlParser.o )
 Linking HXmlParser ...
 Foo 1
 Foo 2
 HXmlParser: XXX
 }}}
 {{{
 $ ghc -fforce-recomp --make HXmlParser.hs -O -Wall && ./HXmlParser
 [1 of 1] Compiling Main             ( HXmlParser.hs, HXmlParser.o )
 Linking HXmlParser ...
 Foo 1
 HXmlParser: <<loop>>
 }}}

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