
#365: GHC dies silently with faulty preprocessor -------------------------------------+------------------------------------- Reporter: josefs | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by thomie): It seems the `-pgmF` is just plain broken on Windows (msys2). The following fails in the same way as `wibble` above: {{{ $ echo 'cat $2 > $3' > preprocess $ chmod +x preprocess $ ghc -F -pgmF ./preprocess hello.hs $ echo $? $ 1 }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/365#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler