summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-01-21 17:08:23 +0100
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-06-03 16:04:49 +0200
commitc56ff5e3274b7d6f4d770a6968e7c5a2f06f1149 (patch)
treec5b84601c8c1ad0dcc784a294db836565ef468d5 /gcc/common.opt
parent079632de497a58a78971b8fc35cf3a52148857d1 (diff)
Initial commit
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 1b770bc11a9..ce01edc84dd 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3420,4 +3420,11 @@ fipa-ra
Common Report Var(flag_ipa_ra) Optimization
Use caller save register across calls if possible.
+fipa-typelist
+Common Report Var(flag_ipa_typelist) TBD
+
+fipa-typelist-verbose=
+Common RejectNegative Joined UInteger Var(flag_ipa_typelist_verbose) Init(5)
+-fipa-typelist-verbose=<number> Control typelist's level of diagnostic messages.
+
; This comment is to ensure we retain the blank line above.