[GHC] #11684: Fix tests with Clang

GHC ghc-devs at haskell.org
Sun Mar 6 23:40:32 UTC 2016


#11684: Fix tests with Clang
-------------------------------------+-------------------------------------
           Reporter:  erikd          |             Owner:
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:  8.2.1
          Component:  Compiler       |           Version:  8.1
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  Other
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 Configuring GHC with `--with-gcc=clang` and then running the tests
 currently causes over 100 test failues. The vast majority are due to
 stderr differences due to Clang producing more warnings, specifically
 `warning: argument unused during compilation`.

 The obvious solution would be to filter these out in the testsuite runner.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11684>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list