
#9910: ghc's dwarf (-g) output does not like Unicode (Char.intToDigit: not a digit 136) -------------------------------------+------------------------------------- Reporter: slyfox | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.9 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: Compile-time | Unknown/Multiple crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * failure: None/Unknown => Compile-time crash * resolution: => fixed * milestone: => 8.0.1 Comment: I believe this is fixed in `master`, {{{ $ inplace/bin/ghc-stage2 -fforce-recomp -g2 testsuite/tests/parser/unicode/utf8_024.hs [1 of 1] Compiling Main ( testsuite/tests/parser/unicode/utf8_024.hs, testsuite/tests/parser/unicode/utf8_024.o ) testsuite/tests/parser/unicode/utf8_024.hs:174:6: warning: Tab character found here, and in 15 further locations. Please use spaces instead. Linking testsuite/tests/parser/unicode/utf8_024 ... $ testsuite/tests/parser/unicode/utf8_024 29 }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9910#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler