This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig in repository toolchain/ci/gcc.
from 68cbee9bf53 Fix up -Wliteral-suffix warning on mti-linux.h adds 81ce375d1fd Fix PR94401 by considering reverse overrun adds 879bc686a0a doc: RISC-V: Update binutils requirement to 2.30 adds 54af95767e8 debug/94450 - remove DW_TAG_imported_unit generated in LTRA [...] adds 75efe9cb1f8 c/94392 - only enable -ffinite-loops for C++ adds b90061c6ec0 Prevent IPA-SRA from creating calls to local comdats (PR 92676) adds 3ab216a4d2f [Fortran] Resolve formal args before checking DTIO adds 0cd74f35889 Fix fortran/85982 ICE in resolve_component. adds a950bb6e952 Fix check_effective_target_sigsetjmp for glibc targets. adds 63f56527335 Fix some comment typos in alias.c. adds 535ce76acbe Daily bump. adds b749b5ec58a S/390 zTPF: Handle skip trace addresses when unwinding adds 55a7380213a ICF: compare type attributes for gimple_call_fntypes. adds 4441ecedc3d Fix PR94443 with gsi_insert_seq_before [PR94443] adds 2b1e849b35b Revert "[nvptx, libgomp] Update pr85381-{2,4}.c test-cases" [...] adds 24fe8c8e338 libstdc++: Fix std::to_address for debug iterators (PR 93960) adds 1dff18a181b amdgcn: Support unordered floating-point comparison operators adds fa4aab7f840 Improve svn-rev to search for pattern at line beginning. new ef6631051d4 middle-end/94465 - handle released SSA names in array_ref_l [...]
The 1 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: contrib/ChangeLog | 5 + contrib/gcc-git-customization.sh | 2 +- gcc/ChangeLog | 85 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/alias.c | 14 +-- gcc/c-family/ChangeLog | 6 + gcc/c-family/c-opts.c | 4 + gcc/cfgloop.h | 4 + gcc/cfgloopmanip.c | 1 + gcc/common.opt | 2 +- gcc/config/gcn/gcn.c | 15 +++ gcc/config/gcn/predicates.md | 2 +- gcc/doc/install.texi | 12 +- gcc/doc/invoke.texi | 3 +- gcc/dwarf2out.c | 18 --- gcc/fortran/ChangeLog | 8 ++ gcc/fortran/decl.c | 30 +++-- gcc/fortran/gfortran.h | 1 + gcc/fortran/interface.c | 4 +- gcc/fortran/resolve.c | 10 +- gcc/ipa-icf-gimple.c | 6 + gcc/ipa-sra.c | 38 +++++- gcc/lto-streamer-in.c | 1 + gcc/lto-streamer-out.c | 1 + gcc/opts.c | 1 - gcc/testsuite/ChangeLog | 24 ++++ gcc/testsuite/gcc.dg/torture/pr94392.c | 22 ++++ gcc/testsuite/gcc.dg/vect/pr94443.c | 13 ++ gcc/testsuite/gfortran.dg/dec_structure_28.f90 | 35 ++++++ gcc/testsuite/gfortran.dg/dtio_35.f90 | 50 ++++++++ gcc/testsuite/lib/target-supports.exp | 8 +- gcc/tree-cfg.c | 3 + gcc/tree-ssa-loop-niter.c | 2 +- gcc/tree-vect-loop.c | 4 +- gcc/tree-vect-stmts.c | 38 ++++-- gcc/tree.c | 4 +- libgcc/ChangeLog | 14 +++ libgcc/config/s390/tpf-unwind.h | 132 ++++++++++++--------- libgomp/ChangeLog | 8 ++ .../libgomp.oacc-c-c++-common/pr85381-2.c | 20 +++- .../libgomp.oacc-c-c++-common/pr85381-4.c | 5 +- libstdc++-v3/ChangeLog | 8 ++ libstdc++-v3/include/bits/ptr_traits.h | 11 +- libstdc++-v3/testsuite/20_util/to_address/1_neg.cc | 2 +- .../20_util/to_address/{1_neg.cc => debug.cc} | 26 ++-- 45 files changed, 560 insertions(+), 144 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr94392.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr94443.c create mode 100644 gcc/testsuite/gfortran.dg/dec_structure_28.f90 create mode 100644 gcc/testsuite/gfortran.dg/dtio_35.f90 copy libstdc++-v3/testsuite/20_util/to_address/{1_neg.cc => debug.cc} (66%)