id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
3213	Failure in parsing a malformed LANGUAGE pragma	pumpkin		"Very simple failure case!

{{{
{-# LANGUAGE - #-}
module Hs where

schwee = ""schwoo""

{- results in output@
ghc: panic! (the 'impossible' happened)
  (GHC version 6.10.2 for i386-unknown-linux):
        getOptions'.parseLanguage(2) went past eof token

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

when trying ghc --make Hs
also blows up if you replace that - with, say, ""-XBangpatterns"" or whatever.
-}
}}}
"	bug	closed	normal		Compiler	6.10.2	duplicate			Unknown/Multiple	Unknown/Multiple		Unknown				
