This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce531b14126 options: Fix up opts_set saving/restoring for underlying va [...] new 5af2a2d30d7 aix: apply aix_malloc more narrowly. new 11bd94806d4 Daily bump. new 35d2c6b6e8a PR fortran/97272 - Wrong answer from MAXLOC with character arg new 4347d36f934 Daily bump. new ab3f4b27abe [omp, ftracer] Don't duplicate blocks in SIMT region new 21f65995e06 store-merging: Fix up -Wnarrowing warning new 3c022a4c732 options: Save and restore opts_set for Optimization and Tar [...]
The 7 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: fixincludes/ChangeLog | 6 +++ fixincludes/fixincl.x | 12 ++++-- fixincludes/inclhack.def | 12 ++++-- fixincludes/tests/base/malloc.h | 2 + gcc/ChangeLog | 35 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 8 ++++ gcc/fortran/trans-intrinsic.c | 19 ++++++++++ gcc/gimple-ssa-store-merging.c | 2 +- gcc/optc-save-gen.awk | 54 ++++++++++++++++++++++----- gcc/opth-gen.awk | 5 ++- gcc/testsuite/ChangeLog | 9 +++++ gcc/testsuite/gfortran.dg/pr97272.f90 | 19 ++++++++++ gcc/tracer.c | 18 +++++++++ libgomp/testsuite/libgomp.fortran/pr95654.f90 | 11 ++++++ 15 files changed, 195 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr97272.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/pr95654.f90