aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorPatrick Palka <ppalka@gcc.gnu.org>2015-09-22 23:06:31 +0000
committerPatrick Palka <ppalka@gcc.gnu.org>2015-09-22 23:06:31 +0000
commitd53980585be4b73f995d29a2ebd79f9729ec5e20 (patch)
treee099691467a47f2147d2919e9f0fd19d7753e672 /gcc/c-family/ChangeLog
parent6c98d4995ce54ff8bec88a5b40a654007e4eb1bd (diff)
downloadgcc-d53980585be4b73f995d29a2ebd79f9729ec5e20.zip
gcc-d53980585be4b73f995d29a2ebd79f9729ec5e20.tar.gz
gcc-d53980585be4b73f995d29a2ebd79f9729ec5e20.tar.bz2
Fix -Wmisleading-indentation false-positive
gcc/c-family/ChangeLog: * c-indentation.c (should_warn_for_misleading_indentation): Float out and consolidate the calls to get_visual_column that are passed guard_exploc as an argument. Compare next_stmt_vis_column with guard_line_first_nws instead of with body_line_first_nws. gcc/testsuite/ChangeLog: * c-c++-common/Wmisleading-indentation.c: Augment test. From-SVN: r228027
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 381cb92..e887735 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,11 @@
+2015-09-22 Patrick Palka <ppalka@gcc.gnu.org>
+
+ * c-indentation.c (should_warn_for_misleading_indentation):
+ Float out and consolidate the calls to get_visual_column that
+ are passed guard_exploc as an argument. Compare
+ next_stmt_vis_column with guard_line_first_nws instead of with
+ body_line_first_nws.
+
2015-09-22 Nathan Sidwell <nathan@codesourcery.com>
* c.opt (Wmultiple-inheritance, Wvirtual-inheritance, Wtemplates,