[GHC] #10696: -fcpr-off doesn't disable CPR completely
#10696: -fcpr-off doesn't disable CPR completely -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.11 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Revisions: | -------------------------------------+------------------------------------- `Demand.cprProdDmdType` produces nontrivial information even when `-fcpr- off` is specified. I think it's unintentional. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10696> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10696: -fcpr-off doesn't disable CPR completely -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D1104 -------------------------------------+------------------------------------- Changes (by rwbarton): * differential: => Phab:D1104 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10696#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10696: -fcpr-off doesn't disable CPR completely -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D1104 -------------------------------------+------------------------------------- Comment (by Reid Barton <rwbarton@…>): In [changeset:"2dbb01a63a7ba7dc534c22815e80ab45c2f0ba69/ghc" 2dbb01a/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="2dbb01a63a7ba7dc534c22815e80ab45c2f0ba69" Add a missing check for -fcpr-off Test Plan: validate Reviewers: austin, bgamari, simonpj Reviewed By: simonpj Subscribers: simonpj, thomie Differential Revision: https://phabricator.haskell.org/D1104 GHC Trac Issues: #10696 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10696#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#10696: -fcpr-off doesn't disable CPR completely -------------------------------------+------------------------------------- Reporter: rwbarton | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.12.1 Component: Compiler | Version: 7.11 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: Phab:D1104 -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => fixed * milestone: => 7.12.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10696#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC