summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-12 14:31:03 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-06-03 16:05:55 +0200
commitf6524c9a8f055334e14c9fb1e0454b27c23816bd (patch)
treec278e90945c7872e00bf25e4865568bccac61cec /gcc/common.opt
parent682eec1c3288bd14b4a1e01771fa0d4154184381 (diff)
Adds ability to use only specified comparison functions
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 3f852ed4cb8..b8bb70b1b7c 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -3424,4 +3424,10 @@ fipa-hello-world
Common Report Var(flag_ipa_hello_world) Optimization
TBD
+ftp-types-compared=
+Common Joined Report Var(flag_tp_types_compared) Init(0)
+
+ftp-comparison-functions=
+Common Joined Report Var(flag_tp_comparison_functions) Init(0)
+
; This comment is to ensure we retain the blank line above.