[GHC] #15662: Line pragmas appear to be slightly broken with Clang's CPP
GHC
ghc-devs at haskell.org
Sat Dec 22 15:56:41 UTC 2018
#15662: Line pragmas appear to be slightly broken with Clang's CPP
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.8.1
Component: Compiler | Version: 8.4.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"7e1d214fce064c42df70ae121cedf27ebea853f8/ghc" 7e1d214/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="7e1d214fce064c42df70ae121cedf27ebea853f8"
testsuite: Remove expect_broken on readFail032 and readFail048
As noted in #15662, these used to be broken on Darwin due to a Clang
toolchain
bug. However, this bug appears to be fixed in the Clang shipped with macOS
Mojave. Unfortunately, we don't really have any way to only mark it as
broken on
certain operation system releases so I am just removing the expect_broken
entirely.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15662#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list