[GHC] #14351: reverse-errors doesn't affect instance errors

GHC ghc-devs at haskell.org
Fri Oct 13 22:47:31 UTC 2017


#14351: reverse-errors doesn't affect instance errors
-------------------------------------+-------------------------------------
           Reporter:  br1            |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  normal         |         Milestone:
          Component:  Compiler       |           Version:  8.2.1
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 In the following sample code, the errors are in the same order with and
 without -freverse-errors:
 {{{
 data Foo = Foo
 data Bar = Bar
 instance Show (Foo Int)
 instance Read (Bar Int)
 }}}

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


More information about the ghc-tickets mailing list