#3825: "went past eof token" crash when using -XOverLoadedStrings
-------------------------------+--------------------------------------------
    Reporter:  guest           |       Owner:                    
        Type:  bug             |      Status:  new               
    Priority:  normal          |   Component:  Compiler          
     Version:  6.10.4          |    Keywords:  xoverloadedstrings
          Os:  Linux           |    Testcase:                    
Architecture:  x86_64 (amd64)  |     Failure:  Compile-time crash
-------------------------------+--------------------------------------------
 When trying to compile the following file:

     {-# LANGUAGE -XOverLoadedStrings #-}

     main = PutStrLn "meow"

 I get the following error message:

     ghc: panic! (the 'impossible' happened)

     (GHC version 6.10.4 for x86_64-unknown-linux):

     getOptions'.parseLanguage(2) went past eof token

     Please report this as a GHC bug:  -link to ghc reportabug-

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