This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 301dc6011cb expand: Add new clrsb fallback expansion [PR101950] adds c8a1cf1a7a8 libstdc++: Tweak whitespace adds 65441d8fc3c libstdc++: Improve overflow check for file timestamps adds 30b300de8eb libstdc++: Improve doxygen docs for smart pointers adds 926d4a71c7e libstdc++: Document P1739R4 status [PR100139] adds 0187e0d7360 libstdc++: Fix move construction of std::tuple with array e [...] adds 0c0907f9915 Fix PR number for r12-2991 in ChangeLogs adds 4285ca3e1c4 c++: Fix PR number in testcase [PR101803] adds 85a70959500 libstdc++: Don't check always-true condition [PR101965] adds 778044ccf59 libstdc++: Update Doxygen config template to Doxygen 1.9.2 adds c5e0f954aef libstdc++: Move status table entry to be with other ranges papers adds 07b4100683e Define STAGE1_LIBS to link against libcl.a in stage1 on hpux. adds 18e9e7db7af Drop stabs from h8/300 and v850 ports adds de0b250b2ba Objective-C, NeXT runtime: Correct the default for fobjc-nilcheck. adds 81501087758 Release resources acquired by enable_ranger() [PR101984]. adds 77bf9f83b8e Document enable_ranger and disable_ranger. adds d881460deb1 Fortran - simplify length of substring with constant bounds adds b0963c4379b rs6000: Fix ICE expanding lxvp and stxvp gimple built-ins [ [...] adds 976401aa478 Fold more constants during veclower pass. adds b57fba5e376 Daily bump. adds d2883be3c8e Move xx* builtins to vsx.md. adds b777f228b48 gcov: fix output location for JSON mode. adds f9400e4e470 openmp: Diagnose some superfluous commas in OpenMP parsing adds 0d973c0a0d9 openmp: Implement the error directive adds 77167196fe8 Fortran: Add OpenMP's error directive adds 37744f82608 Refactor BB splitting of DRs for SLP group analysis
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 56 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 + gcc/ada/gcc-interface/Make-lang.in | 4 + gcc/c-family/c-omp.c | 4 +- gcc/c-family/c-pragma.c | 1 + gcc/c-family/c-pragma.h | 1 + gcc/c/ChangeLog | 6 + gcc/c/c-parser.c | 179 ++++++++++++++++- gcc/config.gcc | 12 +- gcc/config/rs6000/altivec.md | 197 ------------------ gcc/config/rs6000/rs6000-call.c | 6 + gcc/config/rs6000/vsx.md | 206 +++++++++++++++++++ gcc/config/v850/v850.h | 3 - gcc/cp/ChangeLog | 18 +- gcc/cp/cp-tree.h | 4 +- gcc/cp/parser.c | 220 ++++++++++++++++++++- gcc/fortran/ChangeLog | 7 + gcc/fortran/dump-parse-tree.c | 27 ++- gcc/fortran/f95-lang.c | 5 +- gcc/fortran/gfortran.h | 58 ++++-- gcc/fortran/match.h | 1 + gcc/fortran/openmp.c | 124 +++++++++++- gcc/fortran/parse.c | 10 +- gcc/fortran/resolve.c | 2 + gcc/fortran/simplify.c | 75 ++++++- gcc/fortran/st.c | 1 + gcc/fortran/trans-openmp.c | 34 ++++ gcc/fortran/trans.c | 1 + gcc/fortran/types.def | 1 + gcc/gcov.c | 158 +++++++-------- gcc/gimple-range.cc | 7 + gcc/gimple-range.h | 3 + gcc/gimple-ssa-warn-access.cc | 4 + gcc/jit/ChangeLog | 7 + gcc/objc/ChangeLog | 5 + gcc/objc/objc-next-runtime-abi-02.c | 4 + gcc/omp-builtins.def | 4 + gcc/testsuite/ChangeLog | 61 +++++- gcc/testsuite/c-c++-common/Wunused-var-16.c | 4 +- gcc/testsuite/c-c++-common/gomp/error-1.c | 45 +++++ gcc/testsuite/c-c++-common/gomp/error-2.c | 24 +++ gcc/testsuite/c-c++-common/gomp/error-3.c | 70 +++++++ gcc/testsuite/c-c++-common/gomp/requires-3.c | 1 + gcc/testsuite/c-c++-common/gomp/sink-5.c | 16 ++ .../g++.dg/cpp2a/class-deduction-aggr12.C | 2 +- gcc/testsuite/g++.dg/gomp/attrs-1.C | 4 +- gcc/testsuite/g++.dg/gomp/attrs-13.C | 34 ++++ gcc/testsuite/g++.dg/gomp/attrs-2.C | 4 +- gcc/testsuite/g++.dg/gomp/error-1.C | 42 ++++ gcc/testsuite/gcc.target/powerpc/pr101849.c | 22 +++ gcc/testsuite/gfortran.dg/gomp/error-1.f90 | 51 +++++ gcc/testsuite/gfortran.dg/gomp/error-2.f90 | 15 ++ gcc/testsuite/gfortran.dg/gomp/error-3.f90 | 88 +++++++++ gcc/testsuite/gfortran.dg/pr100950.f90 | 53 +++++ gcc/tree-vect-data-refs.c | 21 +- gcc/tree-vect-generic.c | 7 +- gcc/tree-vect-slp.c | 2 + libgomp/error.c | 31 +++ libgomp/libgomp.map | 2 + libgomp/libgomp_g.h | 5 + libgomp/testsuite/libgomp.c-c++-common/error-1.c | 49 +++++ libgomp/testsuite/libgomp.fortran/error-1.f90 | 78 ++++++++ libstdc++-v3/ChangeLog | 42 ++++ libstdc++-v3/doc/doxygen/user.cfg.in | 75 +------ libstdc++-v3/doc/html/manual/status.html | 5 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 10 + libstdc++-v3/include/bits/shared_ptr.h | 20 +- libstdc++-v3/include/bits/stl_tree.h | 2 +- libstdc++-v3/include/bits/unique_ptr.h | 2 + libstdc++-v3/include/std/charconv | 6 +- libstdc++-v3/include/std/tuple | 6 +- libstdc++-v3/src/filesystem/ops-common.h | 2 +- .../testsuite/20_util/tuple/cons/101960.cc | 4 + 74 files changed, 1940 insertions(+), 427 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/error-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/error-2.c create mode 100644 gcc/testsuite/c-c++-common/gomp/error-3.c create mode 100644 gcc/testsuite/c-c++-common/gomp/sink-5.c create mode 100644 gcc/testsuite/g++.dg/gomp/attrs-13.C create mode 100644 gcc/testsuite/g++.dg/gomp/error-1.C create mode 100644 gcc/testsuite/gcc.target/powerpc/pr101849.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/error-1.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/error-2.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/error-3.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr100950.f90 create mode 100644 libgomp/testsuite/libgomp.c-c++-common/error-1.c create mode 100644 libgomp/testsuite/libgomp.fortran/error-1.f90 create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/101960.cc