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

#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
participants (1)
-
GHC