This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2ad4120746f import elementary functions as intrinsics new 2baa36d4911 Daily bump. new 875c29a2451 Fortran : ICE in gfc_validate_kind PR96099 new 5b2cc633794 tree-optimization/97357 - avoid abnormals in loop splitting [...] new 63ad60026e8 [nvptx] Fix -msoft-stack-reserve-local format new 6d42d1e223d More consistently split SLP groups new ab87b0add6a IPA: prevent an UBSAN error new e1b4fbfea6a Ignore shifts larger than precision in operator_rshift::op1_range. new 19f6b41a3a1 d: Merge upstream dmd 3a9790525 new 893f9543bff d: Merge upstream dmd 70aabfb51 new edafa96b821 libphobos: Override tool_timeout value in testsuite new a1a10a0b8c4 IBM Z: Change vector copysign to use bitwise operations
The 11 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 | 25 ++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 ++ gcc/config/nvptx/nvptx.opt | 2 +- gcc/config/s390/s390-protos.h | 1 + gcc/config/s390/s390.c | 44 ++++++++++--- gcc/config/s390/vector.md | 28 +++----- gcc/d/d-target.cc | 6 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/declaration.c | 7 ++ gcc/d/dmd/mtype.c | 8 +-- gcc/fortran/decl.c | 2 +- gcc/ipa-modref.c | 2 +- gcc/objc/ChangeLog | 66 +++++++++++++++++++ gcc/range-op.cc | 7 ++ gcc/testsuite/ChangeLog | 75 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr97357.c | 39 +++++++++++ gcc/testsuite/gcc.dg/pr97371.c | 8 +++ .../gdc.test/fail_compilation/fail21001.d | 12 ++++ .../gdc.test/fail_compilation/imports/fail21001b.d | 5 ++ .../fail_compilation/imports/issue21295ast_node.d | 5 ++ .../imports/issue21295astcodegen.d | 4 ++ .../fail_compilation/imports/issue21295dtemplate.d | 3 + .../fail_compilation/imports/issue21295visitor.d | 3 + .../gdc.test/fail_compilation/issue21295.d | 9 +++ gcc/testsuite/gfortran.dg/pr96099_1.f90 | 8 +++ gcc/testsuite/gfortran.dg/pr96099_2.f90 | 9 +++ gcc/tree-ssa-loop-split.c | 3 + gcc/tree-vect-slp.c | 2 +- libatomic/ChangeLog | 5 ++ libgomp/ChangeLog | 5 ++ libobjc/ChangeLog | 5 ++ libphobos/testsuite/lib/libphobos.exp | 4 ++ libstdc++-v3/ChangeLog | 5 ++ 34 files changed, 377 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr97357.c create mode 100644 gcc/testsuite/gcc.dg/pr97371.c create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail21001.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/fail21001b.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295ast_node.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295astcodegen.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295dtemplate.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/issue21295visitor.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/issue21295.d create mode 100644 gcc/testsuite/gfortran.dg/pr96099_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr96099_2.f90