aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-07-15 00:16:35 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-07-15 00:16:35 +0000
commit8ca07a3072438fa5e76f2b2cea9e51a98760a86f (patch)
treee01de3d5d94756ac36a4b189c720433d2ffee046 /gcc/c-family
parent4358099049cbb8180c5354c6754b04ff0b330835 (diff)
downloadgcc-8ca07a3072438fa5e76f2b2cea9e51a98760a86f.zip
gcc-8ca07a3072438fa5e76f2b2cea9e51a98760a86f.tar.gz
gcc-8ca07a3072438fa5e76f2b2cea9e51a98760a86f.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 89e7cd5..9565a0b 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,12 @@
+2020-07-14 Lewis Hyatt <lhyatt@gmail.com>
+
+ PR other/86904
+ * c-indentation.c (should_warn_for_misleading_indentation): Get
+ global tabstop from the new source.
+ * c-opts.c (c_common_handle_option): Remove handling of -ftabstop, which
+ is now a common option.
+ * c.opt: Likewise.
+
2020-07-08 Eric Botcazou <ebotcazou@gcc.gnu.org>
* c.opt (Wscalar-storage-order): Add explicit variable.