This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 58e4a744b6e Fix oversight from previous commit to pr70673. adds e3947ea7f31 c++: add comments adds ba949a6af46 Daily bump. adds d1ee29fd7fb loongarch: ignore zero-size fields in calling convention adds d5b66a90532 testsuite: Skip target not support -pthread [PR104676]. adds 84c1c9b013f testsuite: Add test case for pack/unpack bifs at soft-float [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 44 ++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 11 ++++ gcc/config/loongarch/loongarch.cc | 3 ++ gcc/cp/ChangeLog | 9 ++++ gcc/cp/tree.cc | 3 +- gcc/fortran/ChangeLog | 16 ++++++ gcc/testsuite/ChangeLog | 61 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr104676.c | 2 +- .../gcc.target/loongarch/zero-size-field-pass.c | 30 +++++++++++ .../gcc.target/loongarch/zero-size-field-ret.c | 28 ++++++++++ gcc/testsuite/gcc.target/powerpc/pr105334.c | 31 +++++++++++ libstdc++-v3/ChangeLog | 21 ++++++++ 13 files changed, 258 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/gcc.target/loongarch/zero-size-field-pass.c create mode 100644 gcc/testsuite/gcc.target/loongarch/zero-size-field-ret.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr105334.c