This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd6743e9c41 c++: Use VAR_OR_FUNCTION_DECL_P. new 05f40bc4c11 libbacktrace: support MiniDebugInfo new 0620f4d79e2 doc: fix spelling of -fprofile-reproducibility new 50a71cd0182 Daily bump. new f9d2def0164 tree-optimization/94234 - Fold plusminus_mult expr with mul [...] new 972da557463 OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arra [...]
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 168 ++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/analyzer/ChangeLog | 22 + gcc/c-family/ChangeLog | 12 + gcc/cp/ChangeLog | 12 + gcc/cp/cp-gimplify.c | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/semantics.c | 4 +- gcc/doc/invoke.texi | 9 +- gcc/fortran/trans-openmp.c | 31 +- gcc/fortran/trans.h | 2 +- gcc/genmatch.c | 10 +- gcc/gimplify.c | 25 +- gcc/go/ChangeLog | 6 + gcc/jit/ChangeLog | 4 + gcc/langhooks-def.h | 2 +- gcc/langhooks.c | 2 +- gcc/langhooks.h | 2 +- gcc/match.pd | 22 +- gcc/omp-low.c | 1 + gcc/testsuite/ChangeLog | 37 + gcc/testsuite/gcc.dg/pr94234-2.c | 39 + include/gomp-constants.h | 3 + libbacktrace/ChangeLog | 93 ++ libbacktrace/Makefile.am | 55 +- libbacktrace/Makefile.in | 163 +- libbacktrace/config.h.in | 3 + libbacktrace/configure | 224 ++- libbacktrace/configure.ac | 15 + libbacktrace/elf.c | 1701 ++++++++++++++++++-- libbacktrace/internal.h | 9 + libbacktrace/{btest.c => mtest.c} | 308 ++-- libbacktrace/{ztest.c => xztest.c} | 271 ++-- libgomp/ChangeLog | 7 + libgomp/libgomp.h | 3 + libgomp/target.c | 184 ++- .../testsuite/libgomp.fortran/map-alloc-ptr-1.f90 | 114 ++ .../testsuite/libgomp.fortran/map-alloc-ptr-2.f90 | 86 + 39 files changed, 3064 insertions(+), 596 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94234-2.c copy libbacktrace/{btest.c => mtest.c} (58%) copy libbacktrace/{ztest.c => xztest.c} (53%) create mode 100644 libgomp/testsuite/libgomp.fortran/map-alloc-ptr-1.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/map-alloc-ptr-2.f90