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-arm-bootstrap in repository toolchain/ci/gcc.
from 788483f77de calls.c: Remove some dead code and target hooks adds 1c690164668 c++: tweak parsing of invalid types adds 674dda6be01 Daily bump. adds 0fac85a24f4 libstdc++: Remove constraints from std::optional monadic op [...] adds a2c2dcc6ca2 libstdc++: Implement LWG 3481 change to ranges::viewable_range adds 6667274b059 libstdc++: Implement LWG 3535 changes to ranges::join_view adds 2d3ac603907 libstdc++: Implement LWG 3590-3592 changes to split_view/la [...] adds 1556e447c0f libstdc++: Implement LWG 3595 changes to common_iterator new 1af78e731fe Fortran: Fixes and additional tests for shape/ubound/size [ [...]
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 | 4 + gcc/ChangeLog | 198 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 249 +++++++++++++++++++++ gcc/cp/ChangeLog | 18 ++ gcc/cp/parser.c | 8 +- gcc/fortran/ChangeLog | 10 + gcc/fortran/expr.c | 3 +- gcc/fortran/trans-array.c | 20 +- gcc/fortran/trans-intrinsic.c | 246 +++++++------------- gcc/testsuite/ChangeLog | 160 +++++++++++++ .../gfortran.dg/c-interop/shape-bindc.f90 | 77 +++++++ gcc/testsuite/gfortran.dg/c-interop/shape-poly.f90 | 89 ++++++++ gcc/testsuite/gfortran.dg/c-interop/size-bindc.f90 | 106 +++++++++ gcc/testsuite/gfortran.dg/c-interop/size-poly.f90 | 118 ++++++++++ .../gfortran.dg/c-interop/ubound-bindc.f90 | 129 +++++++++++ .../gfortran.dg/c-interop/ubound-poly.f90 | 145 ++++++++++++ libffi/ChangeLog | 85 +++++++ libgomp/ChangeLog | 23 ++ libstdc++-v3/ChangeLog | 5 + libstdc++-v3/include/bits/ranges_base.h | 3 +- libstdc++-v3/include/bits/stl_iterator.h | 6 +- libstdc++-v3/include/std/optional | 16 +- libstdc++-v3/include/std/ranges | 22 +- .../testsuite/20_util/optional/monadic/and_then.cc | 12 + .../20_util/optional/monadic/transform.cc | 12 + libstdc++-v3/testsuite/std/ranges/adaptors/all.cc | 15 ++ 27 files changed, 1581 insertions(+), 200 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/c-interop/shape-bindc.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/shape-poly.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/size-bindc.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/size-poly.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/ubound-bindc.f90 create mode 100644 gcc/testsuite/gfortran.dg/c-interop/ubound-poly.f90