#670: External Core is broken
----------------------------------+-----------------------------------------
    Reporter:  KirstenChevalier   |        Owner:  krc             
        Type:  bug                |       Status:  new             
    Priority:  low                |    Milestone:                  
   Component:  Compiler (Parser)  |      Version:  6.4.1           
    Severity:  blocker            |     Keywords:                  
          Os:  Multiple           |   Difficulty:  Moderate (1 day)
Architecture:  Multiple           |  
----------------------------------+-----------------------------------------
{{{
 $ ghc -fext-core Main.hs
 $ ghc -fglasgow-exts Main.hcr
 ghc-6.5: panic! (the `impossible' happened, GHC version 6.5):
         tcIfaceGlobal (local): not found:
     Main.main{v rrl}
     []

 Please report it as a compiler bug to glasgow-haskell-bugs@haskell.org,
 or http://sourceforge.net/projects/ghc/.
 }}}

 Main.hs consists of:
 {{{ main = putStr "Hello world!" }}}

 I'll fix this myself if I still have commit access; I just want to have a
 record of it.

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