aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-09-18 00:16:24 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-09-18 00:16:24 +0000
commit2aad20c094b9ec47c678b4ca219a7342f4f22376 (patch)
treed938f59e0dca9980a0572c1f863f833e95a5cf52 /gcc/c-family
parente766449f221f0449cbade182ba5344eafe7c7876 (diff)
downloadgcc-2aad20c094b9ec47c678b4ca219a7342f4f22376.zip
gcc-2aad20c094b9ec47c678b4ca219a7342f4f22376.tar.gz
gcc-2aad20c094b9ec47c678b4ca219a7342f4f22376.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 12e03b3..7b30391 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,13 @@
+2020-09-17 Patrick Palka <ppalka@redhat.com>
+
+ PR c/80076
+ * c-indentation.c (should_warn_for_misleading_indentation): Move
+ declarations of local variables closer to their first use.
+ Handle virtual token locations by resolving them to their
+ respective macro expansion points. If all three tokens are
+ produced from the same macro expansion, then instead use their
+ loci within the macro definition.
+
2020-09-16 Martin Sebor <msebor@redhat.com>
PR c/78666