Commit ad74bc8c by Jan Hubicka Committed by Jan Hubicka

re PR tree-optimization/92860 (Global flags affected by -O settings are…

re PR tree-optimization/92860 (Global flags affected by -O settings are clobbered by optimize attribute)

	PR tree-optimization/92860
	* common.opt (fprofile-reorder-functions, ftoplevel-reorder): Add
	Optimization flag.

From-SVN: r279089
parent c212316b
2019-12-07 Jan Hubicka <hubicka@ucw.cz>
PR tree-optimization/92860
* common.opt (fprofile-reorder-functions, ftoplevel-reorder): Add
Optimization flag.
2019-12-07 Marek Polacek <polacek@redhat.com> 2019-12-07 Marek Polacek <polacek@redhat.com>
PR c++/91678 - wrong error with decltype and location wrapper. PR c++/91678 - wrong error with decltype and location wrapper.
...@@ -2181,7 +2181,7 @@ Common Report Var(profile_report) ...@@ -2181,7 +2181,7 @@ Common Report Var(profile_report)
Report on consistency of profile. Report on consistency of profile.
fprofile-reorder-functions fprofile-reorder-functions
Common Report Var(flag_profile_reorder_functions) Common Report Var(flag_profile_reorder_functions) Optimization
Enable function reordering that improves code placement. Enable function reordering that improves code placement.
fpatchable-function-entry= fpatchable-function-entry=
...@@ -2586,7 +2586,7 @@ EnumValue ...@@ -2586,7 +2586,7 @@ EnumValue
Enum(tls_model) String(local-exec) Value(TLS_MODEL_LOCAL_EXEC) Enum(tls_model) String(local-exec) Value(TLS_MODEL_LOCAL_EXEC)
ftoplevel-reorder ftoplevel-reorder
Common Report Var(flag_toplevel_reorder) Init(2) Common Report Var(flag_toplevel_reorder) Init(2) Optimization
Reorder top level functions, variables, and asms. Reorder top level functions, variables, and asms.
ftracer ftracer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment