Daily bump.

This commit is contained in:
GCC Administrator 2022-09-16 00:16:53 +00:00
parent d6ccad7641
commit d0fc05e860
14 changed files with 160 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
* MAINTAINERS (Write After Approval): Add myself.
2022-09-07 Jeff Law <jeffreyalaw@gmail.com>
* MAINTAINERS: Update my email address.

View file

@ -1,3 +1,26 @@
2022-09-15 Joseph Myers <joseph@codesourcery.com>
* ginclude/float.h (INFINITY): Define only if
[__FLT_HAS_INFINITY__].
2022-09-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/106922
* tree-ssa-pre.cc (translate_vuse_through_block): Only
keep the VUSE if its def dominates PHIBLOCK.
(prune_clobbered_mems): Rewrite logic so we check whether
a value dies in a block when the VUSE def doesn't dominate it.
2022-09-15 Richard Biener <rguenther@suse.de>
* tree.cc (build_common_tree_nodes): Initialize void_list_node
here.
2022-09-15 Jiufu Guo <guojiufu@linux.ibm.com>
PR target/106550
* config/rs6000/rs6000.cc (rs6000_emit_set_long_const): Use pli.
2022-09-14 Aldy Hernandez <aldyh@redhat.com>
* range-op-float.cc (frange_add_zeros): New.

View file

@ -1 +1 @@
20220915
20220916

View file

@ -1,3 +1,7 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* gcc-interface/trans.cc (gigi): Do not initialize void_list_node.
2022-09-12 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.cc (gnat_to_gnu_entity): Relax assertion when

View file

@ -1,3 +1,9 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* c-common.h (build_void_list_node): Remove.
* c-common.cc (c_common_nodes_and_builtins): Do not initialize
void_list_node.
2022-09-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* c-format.cc (convert_format_name_to_system_name): Fix warning.

View file

@ -1,3 +1,7 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* c-decl.cc (build_void_list_node): Remove.
2022-09-14 Julian Brown <julian@codesourcery.com>
* c-typeck.cc (c_finish_omp_clauses): Remove whole mapping node group

View file

@ -1,3 +1,9 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* decl.cc (cxx_init_decl_processing): Inline last
build_void_list_node call.
(build_void_list_node): Remove.
2022-09-14 Julian Brown <julian@codesourcery.com>
* semantics.cc (finish_omp_clauses): Likewise.

View file

@ -1,3 +1,8 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* d-builtins.cc (d_build_c_type_nodes): Do not initialize
void_list_node.
2022-08-27 Iain Buclaw <ibuclaw@gdcproject.org>
* dmd/MERGE: Merge upstream dmd 817610b16d.

View file

@ -1,3 +1,21 @@
2022-09-15 Harald Anlauf <anlauf@gmx.de>
PR fortran/106857
* simplify.cc (gfc_simplify_pack): Check for NULL pointer dereferences
while walking through constructors (error recovery).
2022-09-15 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/104314
* resolve.cc (deferred_op_assign): Do not try to generate temporary
for deferred character length assignment if types do not agree.
2022-09-15 Richard Biener <rguenther@suse.de>
* f95-lang.cc (gfc_init_decl_processing): Do not initialize
void_list_node.
2022-09-14 Julian Brown <julian@codesourcery.com>
* trans-openmp.cc (gfc_trans_omp_clauses): Don't create

View file

@ -1,3 +1,8 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* go-lang.cc (go_langhook_init): Do not initialize
void_list_node.
2022-09-02 Martin Liska <mliska@suse.cz>
* go-lang.cc (go_langhook_pushdecl): Remove -gstabs option support, DBX-related

View file

@ -1,3 +1,8 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* dummy-frontend.cc (jit_langhook_init): Do not initialize
void_list_node.
2022-08-09 Vibhav Pant <vibhavp@gmail.com>
* libgccjit.h (LIBGCCJIT_HAVE_gcc_jit_context_new_bitcast): Move

View file

@ -1,3 +1,8 @@
2022-09-15 Richard Biener <rguenther@suse.de>
* lto-lang.cc (lto_build_c_type_nodes): Do not initialize
void_list_node.
2022-08-22 Martin Liska <mliska@suse.cz>
PR lto/106700

View file

@ -1,3 +1,39 @@
2022-09-15 Harald Anlauf <anlauf@gmx.de>
PR fortran/106857
* gfortran.dg/pr106857.f90: New test.
2022-09-15 Harald Anlauf <anlauf@gmx.de>
Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/104314
* gfortran.dg/pr104314.f90: New test.
2022-09-15 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/c2x-float-2.c: Require inff effective-target.
* gcc.dg/c2x-float-11.c: New test.
2022-09-15 Richard Biener <rguenther@suse.de>
PR tree-optimization/106922
* g++.dg/tree-ssa/pr106922.C: New testcase.
2022-09-15 Julian Brown <julian@codesourcery.com>
* c-c++-common/gomp/target-50.c: Modify scan pattern.
2022-09-15 Julian Brown <julian@codesourcery.com>
* c-c++-common/goacc/mdc-2.c: Update expected errors.
* g++.dg/goacc/mdc.C: Likewise.
2022-09-15 Jiufu Guo <guojiufu@linux.ibm.com>
PR target/106550
* gcc.target/powerpc/pr106550.c: New test.
* gcc.target/powerpc/pr106550_1.c: New test.
2022-09-14 Julian Brown <julian@codesourcery.com>
* g++.dg/goacc/member-array-acc.C: New test.

View file

@ -1,3 +1,41 @@
2022-09-15 Jonathan Wakely <jwakely@redhat.com>
* include/std/memory: Do not include <bits/stl_algobase.h>.
2022-09-15 Jonathan Wakely <jwakely@redhat.com>
* include/bits/shared_ptr_atomic.h (_GLIBCXX_TSAN_MUTEX_PRE_LOCK):
Replace with ...
(_GLIBCXX_TSAN_MUTEX_TRY_LOCK): ... this, add try_lock flag.
(_GLIBCXX_TSAN_MUTEX_TRY_LOCK_FAILED): New macro using
try_lock_failed flag
(_GLIBCXX_TSAN_MUTEX_POST_LOCK): Rename to ...
(_GLIBCXX_TSAN_MUTEX_LOCKED): ... this.
(_GLIBCXX_TSAN_MUTEX_PRE_UNLOCK): Remove invalid flag.
(_GLIBCXX_TSAN_MUTEX_POST_UNLOCK): Remove invalid flag.
(_Sp_atomic::_Atomic_count::lock): Use new macros.
2022-09-15 Patrick Palka <ppalka@redhat.com>
* include/bits/ranges_algo.h (__adjacent_find_fn, adjacent_find):
Move to ...
* include/bits/ranges_util.h: ... here.
* include/std/ranges (chunk_by_view): Define.
(chunk_by_view::_Iterator): Define.
(__detail::__can_chunk_by_view): Define.
(_ChunkBy, chunk_by): Define.
* testsuite/std/ranges/adaptors/chunk_by/1.cc: New test.
2022-09-15 François Dumont <fdumont@gcc.gnu.org>
* testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc:
Adapt dg-prune-output to _GLIBCXX_INLINE_VERSION mode.
2022-09-15 François Dumont <fdumont@gcc.gnu.org>
* config/abi/pre/gnu-versioned-namespace.ver: Remove obsolete std::__detail::__8
symbols.
2022-09-14 Jonathan Wakely <jwakely@redhat.com>
* include/bits/shared_ptr_atomic.h (_GLIBCXX_TSAN_MUTEX_DESTROY)