aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2020-08-26 00:16:32 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2020-08-26 00:16:32 +0000
commitdb0f6efe7a049744b735d8bc69b205a417236c33 (patch)
tree1eed96929e436db446922f3bcdd114b8e1ec28cd /gcc/c
parent4f73bf20d9c0ad1cd143db39d73f70841dcc1471 (diff)
downloadgcc-db0f6efe7a049744b735d8bc69b205a417236c33.zip
gcc-db0f6efe7a049744b735d8bc69b205a417236c33.tar.gz
gcc-db0f6efe7a049744b735d8bc69b205a417236c33.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r--gcc/c/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 7839b9b..b04b6fd 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-25 Tobias Burnus <tobias@codesourcery.com>
+
+ PR c/96678
+ * c-typeck.c (handle_omp_array_sections_1): Talk about
+ array function parameter in the error message.
+
2020-08-18 Jakub Jelinek <jakub@redhat.com>
PR c/96571