Daily bump.

This commit is contained in:
GCC Administrator 2022-03-04 00:16:21 +00:00
parent 5706a5db88
commit fc03ebdcea
5 changed files with 102 additions and 1 deletions

View File

@ -1,3 +1,48 @@
2022-03-03 Martin Sebor <msebor@redhat.com>
PR middle-end/104761
* gimple-ssa-warn-access.cc (pass_waccess::execute): Call
mark_dfs_back_edges.
2022-03-03 Martin Liska <mliska@suse.cz>
* configure.ac: Use linker plug-in by default.
* configure: Regenerate.
2022-03-03 Martin Liska <mliska@suse.cz>
* configure.ac: Now ld.mold support LTO plugin API, use it.
* configure: Regenerate.
2022-03-03 Tom de Vries <tdevries@suse.de>
* config/nvptx/t-nvptx (MULTILIB_EXTRA_OPTS): Add mptx=3.1.
2022-03-03 Tom de Vries <tdevries@suse.de>
PR target/104758
* config/nvptx/t-nvptx (MULTILIB_EXTRA_OPTS): Add misa=sm_30.
2022-03-03 Tom de Vries <tdevries@suse.de>
* config/nvptx/nvptx.h (ASM_SPEC): Add %{misa=sm_30:--no-verify}.
2022-03-03 Jakub Jelinek <jakub@redhat.com>
PR middle-end/104757
* gimplify.cc (gimplify_omp_loop): Call gimplify_expr rather than
gimplify_omp_for.
(gimplify_expr) <case OMP_SIMD>: Temporarily disable
gimplify_ctxp->into_ssa around call to gimplify_omp_for.
2022-03-03 Jakub Jelinek <jakub@redhat.com>
PR middle-end/104558
* calls.cc (store_one_arg): When not calling emit_push_insn
because size_rtx is const0_rtx, call at least anti_adjust_stack
on arg->locate.alignment_pad if !argblock and the alignment might
be non-zero.
2022-03-02 Alexandre Oliva <oliva@adacore.com>
* lra-constraints.cc (undo_optional_reloads): Recognize and

View File

@ -1 +1 @@
20220303
20220304

View File

@ -1,3 +1,11 @@
2022-03-03 Kwok Cheung Yeung <kcy@codesourcery.com>
PR fortran/104131
* openmp.cc (gfc_match_omp_detach): Move check for type of event
handle to...
(resolve_omp_clauses) ...here. Also check that the event handle is
not an array, or an array access or structure element access.
2022-03-02 Harald Anlauf <anlauf@gmx.de>
PR fortran/104573

View File

@ -1,3 +1,33 @@
2022-03-03 Martin Sebor <msebor@redhat.com>
PR middle-end/104761
* g++.dg/warn/Wdangling-pointer-4.C: New test.
* gcc.dg/Wdangling-pointer-4.c: New test.
2022-03-03 Kwok Cheung Yeung <kcy@codesourcery.com>
PR fortran/104131
* gfortran.dg/gomp/pr104131.f90: New.
* gfortran.dg/gomp/task-detach-1.f90: Update expected error message.
2022-03-03 Tom de Vries <tdevries@suse.de>
* gcc.target/nvptx/sm53.c: Add -mptx=_.
* gcc.target/nvptx/sm70.c: Same.
* gcc.target/nvptx/sm75.c: Same.
* gcc.target/nvptx/sm80.c: Same.
2022-03-03 Jakub Jelinek <jakub@redhat.com>
PR middle-end/104757
* gfortran.dg/gomp/pr104757.f90: New test.
* gcc.dg/gomp/pr104757.c: New test.
2022-03-03 Jakub Jelinek <jakub@redhat.com>
PR middle-end/104558
* gcc.dg/pr104558.c: New test.
2022-03-02 Harald Anlauf <anlauf@gmx.de>
PR fortran/104573

View File

@ -1,3 +1,21 @@
2022-03-03 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/104748
* testsuite/std/ranges/adaptors/all.cc: Use non-debug vector for
constexpr test.
2022-03-03 Jonathan Wakely <jwakely@redhat.com>
* testsuite/17_intro/names.cc (func): Undef on AIX.
2022-03-03 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/96526
* libsupc++/compare (strong_order): Add missing support for
floating-point types.
* testsuite/18_support/comparisons/algorithms/strong_order_floats.cc:
New test.
2022-03-01 Jonathan Wakely <jwakely@redhat.com>
PR middle-end/103984