[GHC] #12084: ghc --help suggests -auto-all instead of -fprof-auto
GHC
ghc-devs at haskell.org
Tue May 24 21:45:55 UTC 2016
#12084: ghc --help suggests -auto-all instead of -fprof-auto
-------------------------------------+-------------------------------------
Reporter: kjslag | Owner: seraphime
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Resolution: | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
Type of failure: Documentation | Unknown/Multiple
bug | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Thomas Miedema <thomasmiedema@…>):
In [changeset:"1956cbf13bd2138500daebd5f1f0a4931d8710ec/ghc"
1956cbf1/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="1956cbf13bd2138500daebd5f1f0a4931d8710ec"
Fix: #12084 deprecate old profiling flags
Change help message so it doesn't specify -auto-all.
Make old profiling flags deprecated as they are no longer
documented.
Update Makefile and documentation accordingly.
Update release notes for ghc 8.2
Test Plan:
./verify; `ghc --help` shouldn't specify the -auto-all
flag. Furthermore `ghc -fprof -auto-all` should emit a warning
Reviewed By: thomie, austin
Differential Revision: https://phabricator.haskell.org/D2257
GHC Trac Issues: #12084
Update submodule nofib
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12084#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list