This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 7883a7f07c1 Fortran: Free type-bound procedure structs adds d27febaf000 libstdc++: Fix typo in std::stack test adds 26d82fe6fd4 gcc/Makefile.in: fix bug in gengtype link rule adds ebfc3a23043 assert_streq: add newlines to failure message adds 0078a058a56 libcpp: Fix _Pragma expansion [PR102409] adds 518bc4ef87e testsuite: Don't expect a complex FMA new 4c61300f2b2 Daily bump.
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: gcc/ChangeLog | 115 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 2 +- gcc/cp/ChangeLog | 10 ++ gcc/fortran/ChangeLog | 5 + gcc/selftest.c | 2 +- gcc/testsuite/ChangeLog | 155 +++++++++++++++++++++ gcc/testsuite/c-c++-common/gomp/pragma-1.c | 50 +++++++ gcc/testsuite/c-c++-common/gomp/pragma-2.c | 50 +++++++ gcc/testsuite/g++.dg/vect/pr99149.cc | 1 - libcpp/ChangeLog | 9 ++ libcpp/directives.c | 2 + libcpp/include/cpplib.h | 1 + libcpp/macro.c | 2 +- libgomp/ChangeLog | 5 + libstdc++-v3/ChangeLog | 4 + .../testsuite/23_containers/stack/deduction.cc | 2 +- 17 files changed, 411 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pragma-1.c create mode 100644 gcc/testsuite/c-c++-common/gomp/pragma-2.c