[GHC] #10543: MacOS: validate fails on \u
GHC
ghc-devs at haskell.org
Fri Jun 26 15:21:35 UTC 2015
#10543: MacOS: validate fails on \u
-------------------------------------+-------------------------------------
Reporter: trommler | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Build System | Version: 7.10.1
Resolution: invalid | Keywords: cpp
Operating System: MacOS X | Architecture:
Type of failure: Building GHC | Unknown/Multiple
failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions: Phab:D1004
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: patch => closed
* resolution: => invalid
Comment:
Please open an issue with Homebrew. This line shouldn't be there:
https://github.com/Homebrew/homebrew/commit/b160b165d42f07abc912b1903095c593de61a0df
#diff-e06a9de6bb362e22e1ceb9a66eaf171eR72
The GHC build system sets `-Wno-unicode` by default when HS_CPP_CMD is
`clang`:
{{{
$HS_CPP_CMD -x c /dev/null -dM -E > conftest.txt 2>&1
if grep "__clang__" conftest.txt >/dev/null 2>&1; then
HS_CPP_ARGS="-E -undef -traditional -Wno-invalid-pp-token -Wno-
unicode -Wno-trigraphs"
}}]
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10543#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list