re PR tree-optimization/92860 (Global flags affected by -O settings are clobbered...
authorJan Hubicka <hubicka@ucw.cz>
Sun, 8 Dec 2019 13:50:32 +0000 (14:50 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 8 Dec 2019 13:50:32 +0000 (13:50 +0000)
PR tree-optimization/92860
* common.opt (fprofile-reorder-functions, ftoplevel-reorder): Add
Optimization flag.

From-SVN: r279089

gcc/ChangeLog
gcc/common.opt

index 0994815f4a1c454e2622d4417831f14df1210bd6..7b2ae564d4729cd27bf9f8aaf2ee8ed830a5c8b4 100644 (file)
@@ -1,3 +1,9 @@
+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>
 
        PR c++/91678 - wrong error with decltype and location wrapper.
index d98cd16905b45e1e577f657dfceb9d2eb466f1a5..b4dc31c7490dbed706a7101358115d12fccde5a3 100644 (file)
@@ -2181,7 +2181,7 @@ Common Report Var(profile_report)
 Report on consistency of profile.
 
 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.
 
 fpatchable-function-entry=
@@ -2586,7 +2586,7 @@ EnumValue
 Enum(tls_model) String(local-exec) Value(TLS_MODEL_LOCAL_EXEC)
 
 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.
 
 ftracer