This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from b18305e6746 Daily bump. adds e4dcb3383bf [OpenACC] Fix an ICE where a loop with GT condition is collapsed. adds aff57bcebe5 PR fortran/63797 - Bogus ambiguous reference to 'sqrt' adds 6af956c84f3 Daily bump. adds f44242b40b7 Fix another -freorder-blocks-and-partition glitch with Windows SEH adds 67e95b6908b libstdc++: Fix declarations of memalign etc. for freestandi [...] adds af408874e3d OpenACC: Fix integer-type issue with collapse/tile [PR97880] adds ab83ce42ea0 libstdc++: [_GLIBCXX_DEBUG] Fix management of __dp_sign_max [...] adds 19fc127321c d: Fix ICE in when formating a string with '%' or '`' chara [...] adds 9c2c106369e Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 25 +++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/winnt.c | 16 +++-- gcc/d/ChangeLog | 11 ++++ gcc/d/d-diagnostic.cc | 64 ++++++++++++++++-- gcc/fortran/ChangeLog | 10 +++ gcc/fortran/module.c | 11 ++++ gcc/omp-expand.c | 30 +++++---- gcc/testsuite/ChangeLog | 37 +++++++++++ gcc/testsuite/c-c++-common/goacc/collapse-2.c | 56 ++++++++++++++++ gcc/testsuite/gcc.dg/goacc/tile-1.c | 10 +++ gcc/testsuite/gdc.dg/pr98457.d | 9 +++ gcc/testsuite/gfortran.dg/pr63797.f90 | 60 +++++++++++++++++ gcc/testsuite/gnat.dg/opt92.adb | 38 +++++++++++ libgomp/ChangeLog | 10 +++ .../libgomp.oacc-c-c++-common/collapse-2.c | 17 ++++- .../libgomp.oacc-c-c++-common/collapse-3.c | 15 ++++- libstdc++-v3/ChangeLog | 40 ++++++++++++ libstdc++-v3/include/debug/helper_functions.h | 14 +++- libstdc++-v3/include/debug/macros.h | 10 ++- libstdc++-v3/include/debug/safe_iterator.h | 14 ++++ libstdc++-v3/include/debug/safe_iterator.tcc | 76 +++++++++++----------- libstdc++-v3/include/debug/stl_iterator.h | 14 ++++ libstdc++-v3/libsupc++/new_opa.cc | 2 +- .../testsuite/25_algorithms/copy/debug/99402.cc | 35 ++++++++++ 25 files changed, 553 insertions(+), 73 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/collapse-2.c create mode 100644 gcc/testsuite/gcc.dg/goacc/tile-1.c create mode 100644 gcc/testsuite/gdc.dg/pr98457.d create mode 100644 gcc/testsuite/gfortran.dg/pr63797.f90 create mode 100644 gcc/testsuite/gnat.dg/opt92.adb create mode 100644 libstdc++-v3/testsuite/25_algorithms/copy/debug/99402.cc