aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index d3563046559..a189d4cf33a 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -652,6 +652,18 @@ Wthread-safety
Common Var(warn_thread_safety) Warning
Warn about potential thread safety issues when the code is annotated with thread safety attributes
+Wthread-safety-analysis
+Common Ignore
+Does nothing. For compatibility with clang thread safety analysis.
+
+Wthread-safety-attributes
+Common Ignore
+Does nothing. For compatibility with clang thread safety analysis.
+
+Wthread-safety-precise
+Common Ignore
+Does nothing. For compatibility with clang thread safety analysis.
+
Wthread-unguarded-var
Common Var(warn_thread_unguarded_var) Init(1) Warning
Warn about shared variables not properly protected by locks specified in the attributes