[GHC] #10600: -fwarn-incomplete-patterns doesn't work with -fno-code

GHC ghc-devs at haskell.org
Sun May 7 16:29:26 UTC 2017


#10600: -fwarn-incomplete-patterns doesn't work with -fno-code
-------------------------------------+-------------------------------------
        Reporter:  akio              |                Owner:  ezyang
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.4.1
       Component:  Compiler          |              Version:  7.10.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Incorrect         |  Unknown/Multiple
  warning at compile-time            |            Test Case:  driver/T8101b
      Blocked By:                    |             Blocking:
 Related Tickets:  #8101             |  Differential Rev(s):  Phab:D1278
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"baa18def0da17f11497fecc6fe440cf125b50878/ghc" baa18de/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="baa18def0da17f11497fecc6fe440cf125b50878"
 testsuite: add new test for desugar warnings/errors with -fno-code

 Add a new (expect_broken) test T10600 that checks that the error:
 Top-level bindings for unlifted types aren't allowed: is thrown when
 compiling with -fno-code. This test currently fails because modules
 compiled with -fno-code aren't desugared. There are several other errors
 which can be thrown during desugaring that aren't tested for,
 discoverable by grepping for "errDs".

 Update .stderr files T8101 and T8101b. Presumably the compilation output
 has changed slightly since they were written.

 Reviewers: austin, bgamari

 Reviewed By: bgamari

 Subscribers: rwbarton, thomie

 GHC Trac Issues: #10600, #8101

 Differential Revision: https://phabricator.haskell.org/D3533
 }}}

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


More information about the ghc-tickets mailing list