summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-03-10 13:23:37 +0100
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-06-03 16:05:21 +0200
commit77d1eb87c3c278cc9a025093e75f4863163a7fe4 (patch)
treee49c45b36faf8384b092f978b7894bbead4728e7 /gcc/common.opt
parent3c1b355b72b4ca7f729b1546ea1a2e21c87c48c0 (diff)
Fixes test
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 943ffe5eb12..b861ac0ec8f 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3444,8 +3444,12 @@ fipa-typelist-field=
Common Joined Report Var(flag_ipa_typelist_field) Init(0)
-fipa-typelist-field=<string> Name of struct of interest
-fipa-hello-world
+fipa-type-escape-analysis
Common Report Var(flag_ipa_type_escape_analysis) Optimization
+Type escape analysis
+
+fipa-hello-world
+Common Report Var(flag_ipa_hello_world) Optimization
Hello world
; This comment is to ensure we retain the blank line above.