summaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2014-09-03 20:37:33 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2014-09-03 20:37:33 +0000
commitd2e4feca24b91fd1a3e4e42f8ef82b19d0df5853 (patch)
tree7638c44eeb3ea28703d95109e766eea7f8aa9770 /gcc/c-family
parent88f7d6fb23723894389f6560d47fc52fd7a8a1a8 (diff)
downloadgcc-d2e4feca24b91fd1a3e4e42f8ef82b19d0df5853.tar.gz
invoke.texi: Document that -Wlogical-not-parentheses is enabled by -Wall.
* doc/invoke.texi: Document that -Wlogical-not-parentheses is enabled by -Wall. c-family/ * c.opt (Wlogical-not-parentheses): Enable by -Wall. From-SVN: r214893
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog4
-rw-r--r--gcc/c-family/c.opt2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index fdcaa0d2392..43ae53b782e 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,7 @@
+2014-09-03 Marek Polacek <polacek@redhat.com>
+
+ * c.opt (Wlogical-not-parentheses): Enable by -Wall.
+
2014-09-02 Jakub Jelinek <jakub@redhat.com>
Balaji V. Iyer <balaji.v.iyer@intel.com>
Igor Zamyatin <igor.zamyatin@intel.com>
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 210a099a550..643f25609db 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -519,7 +519,7 @@ C ObjC C++ ObjC++ Var(warn_logical_op) Init(0) Warning
Warn when a logical operator is suspiciously always evaluating to true or false
Wlogical-not-parentheses
-C ObjC C++ ObjC++ Var(warn_logical_not_paren) Warning
+C ObjC C++ ObjC++ Var(warn_logical_not_paren) Warning LangEnabledBy(C ObjC C++ ObjC++,Wall)
Warn when logical not is used on the left hand side operand of a comparison
Wlong-long