diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-08-18 00:16:43 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-08-18 00:16:43 +0000 |
commit | 0342f034adc677aa93e9a4587eb0b1e9dff9eab7 (patch) | |
tree | edbace84f625d5f6c224410b997f8a34b0f53c30 /gcc/c | |
parent | c352361b5eec003d5f26feaf1ef58a0c55f659ad (diff) | |
download | gcc-0342f034adc677aa93e9a4587eb0b1e9dff9eab7.zip gcc-0342f034adc677aa93e9a4587eb0b1e9dff9eab7.tar.gz gcc-0342f034adc677aa93e9a4587eb0b1e9dff9eab7.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c')
-rw-r--r-- | gcc/c/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 985c96c..a57d62f 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,11 @@ +2022-08-17 Tobias Burnus <tobias@codesourcery.com> + Chung-Lin Tang <cltang@codesourcery.com> + + PR c++/104493 + * c-decl.cc (c_decl_attributes, finish_decl): Call omp_mappable_type + instead of removed langhook. + * c-typeck.cc (c_finish_omp_clauses): Likewise. + 2022-08-11 Marek Polacek <polacek@redhat.com> PR middle-end/102633 |