diff options
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 6 |
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 |