#811: GHC panics when compiling some mutually recursive modules that export
something imported
-----------------------+----------------------------------------------------
  Reporter:  guest     |          Owner:         
      Type:  bug       |         Status:  new    
  Priority:  normal    |      Milestone:         
 Component:  Compiler  |        Version:  6.4.2  
  Severity:  critical  |     Resolution:         
  Keywords:            |             Os:  Linux  
Difficulty:  Unknown   |   Architecture:  powerpc
-----------------------+----------------------------------------------------
Comment (by guest):

 Indeed -- ghc-6.5.20060703 successfully compiles and runs my original code
 too, unlike ghc-6.4.2, so the difference is not just because of the
 trivialness of the example I gave (although my program running isn't
 saying much, since {{{main = compile `seq` putStrLn "herrlowid"}}} at the
 moment, where `compile` is just a function imported from one of the many
 mutually recursive modules :-P)

 --Isaac Dupree

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