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-04-28 23:35:21 +0200
commitc2eae6f5f828a821d2ec48c03f29206bbda45e4d (patch)
treee0f448dd38f3646823ea140b22c78e233b2ee952 /gcc/common.opt
parent19667c82e479dc2bf8351588ed57aff90220b748 (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 d33383b523c..099a9bb3265 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3408,4 +3408,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.