[GHC] #13029: Dead code in DsCCall?
#13029: Dead code in DsCCall? -------------------------------------+------------------------------------- Reporter: goldfire | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.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: -------------------------------------+------------------------------------- Simon and I were poring over `DsCCall.mk_alt`, and we seem to think that the first case (for unboxed tuples) is dead code. If it's live, it's utterly broken because it ignores the `RuntimeRep` args to an unboxed tuple. This ticket is to remind us to continue investigating. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13029> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13029: Dead code in DsCCall? -------------------------------------+------------------------------------- Reporter: goldfire | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 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 Simon Peyton Jones <simonpj@…>): In [changeset:"ee872d32e024a65d0d7fdd55515262f5d4aecb24/ghc" ee872d3/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="ee872d32e024a65d0d7fdd55515262f5d4aecb24" Removed dead code in DsCCall.mk_alt Fixes Trac #13029 by deleting code and adding comments }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13029#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13029: Dead code in DsCCall? -------------------------------------+------------------------------------- Reporter: goldfire | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 8.0.1 Resolution: fixed | 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: | -------------------------------------+------------------------------------- Changes (by simonpj): * status: new => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13029#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC