aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-06-07 00:16:23 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-06-07 00:16:23 +0000
commit7d6987e90d1181de8dc51f9ba2313052faea080e (patch)
treee422add7e44c3156f5a02d91c470e8e27523ca6b /gcc/c
parentfed94fc9e704b0de228499495b7ca4d4c79ef76b (diff)
downloadgcc-7d6987e90d1181de8dc51f9ba2313052faea080e.zip
gcc-7d6987e90d1181de8dc51f9ba2313052faea080e.tar.gz
gcc-7d6987e90d1181de8dc51f9ba2313052faea080e.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 747f53f..ff665e3 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,17 @@
+2021-06-06 Jakub Jelinek <jakub@redhat.com>
+
+ PR c/100902
+ * c-parser.c (c_parser_omp_target): Call c_omp_adjust_map_clauses
+ even when target is combined with other constructs.
+
+2021-06-06 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR c/100920
+ * c-decl.c (finish_struct): Fix thinko in previous change.
+ * c-typeck.c (convert_for_assignment): Do not warn on pointer
+ assignment and initialization for storage order purposes if the
+ RHS is a call to a DECL_IS_MALLOC function.
+
2021-06-04 Martin Sebor <msebor@redhat.com>
PR c/100783