aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-11-27 00:16:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-11-27 00:16:31 +0000
commitd48df6f24ba999ad662d3b7c30f7e2180e842149 (patch)
tree7b747bf96eaeab5d6271dde0405ad801f5ef139c /gcc/c
parent61c71a62453e4f2def5d94bdb2b293fcec463c14 (diff)
downloadgcc-d48df6f24ba999ad662d3b7c30f7e2180e842149.zip
gcc-d48df6f24ba999ad662d3b7c30f7e2180e842149.tar.gz
gcc-d48df6f24ba999ad662d3b7c30f7e2180e842149.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index fde2f96..b97fb74 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,12 @@
+2020-11-26 Martin Uecker <muecker@gwdg.de>
+
+ PR c/65455
+ PR c/92935
+ * c-parser.c (c_parser_declaration_or_fndef): Remove
+ redundant code to drop qualifiers of _Atomic types for __auto_type.
+ (c_parser_typeof_specifier): Do not drop qualifiers of _Atomic
+ types for __typeof__.
+
2020-11-24 Jakub Jelinek <jakub@redhat.com>
PR c/97958