id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
6037,Compile-time crash with sources with non-representable unicode characters,akio,,"The following file causes GHC to crash, if compiled in the ""C"" locale.

{{{
$ LC_ALL=C ghc unicode.hs
[1 of 1] Compiling Foo              ( unicode.hs, unicode.o )

unicode.hs:2:1:
    Warning: Pattern match(es) are overlapped
             In an equation for `<stderr>: hPutChar: invalid argument (invalid character)
}}}

unicode.hs:
{{{
module Foo where
δ x = 3
δ x = 4
}}}",bug,new,normal,7.8.1,Compiler,7.4.1,,,pho@… dagitj@… hackage.haskell.org@…,Linux,Unknown/Multiple,Compile-time crash,Unknown,T6037,,,
