diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-01-10 00:18:30 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2024-01-10 00:18:30 +0000 |
commit | 73ce73fcaded5525c070ee4c9ed3ae16c98e86eb (patch) | |
tree | 5fd4c35e89c1ef0e2cdda3edbd63920f298be860 /gcc/c-family/ChangeLog | |
parent | ea314ccd625aada7ed8a324ac07cfc3a8aa0f03f (diff) | |
download | gcc-73ce73fcaded5525c070ee4c9ed3ae16c98e86eb.zip gcc-73ce73fcaded5525c070ee4c9ed3ae16c98e86eb.tar.gz gcc-73ce73fcaded5525c070ee4c9ed3ae16c98e86eb.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r-- | gcc/c-family/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 3f8c3d6..5c62920 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,28 @@ +2024-01-09 waffl3x <waffl3x@protonmail.com> + + PR c++/102609 + PR c++/102609 + C++23 P0847R7 (deducing this) - diagnostics. + * c-cppbuiltin.cc (c_cpp_builtins): Define + __cpp_explicit_this_parameter=202110L feature test macro. + +2024-01-09 Jakub Jelinek <jakub@redhat.com> + + PR c/113262 + * c-attribs.cc (handle_copy_attribute): Don't use + DECL_SOURCE_LOCATION (decl) if decl is not DECL_P, use input_location + instead. Formatting fixes. + +2024-01-09 Julian Brown <julian@codesourcery.com> + + * c-common.h (c_omp_address_inspector): Remove static from get_origin + and maybe_unconvert_ref methods. + * c-omp.cc (c_omp_split_clauses): Support OMP_ARRAY_SECTION. + (c_omp_address_inspector::map_supported_p): Handle OMP_ARRAY_SECTION. + (c_omp_address_inspector::get_origin): Avoid dereferencing possibly + NULL type when processing template decls. + (c_omp_address_inspector::maybe_unconvert_ref): Likewise. + 2024-01-04 David Malcolm <dmalcolm@redhat.com> * c.opt.urls: New file, autogenerated by regenerate-opt-urls.py. |