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 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
No new revisions were added by this update.
Summary of changes: gcc/Makefile.in | 2 +- gcc/selftest.c | 2 +- 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/directives.c | 2 + libcpp/include/cpplib.h | 1 + libcpp/macro.c | 2 +- .../testsuite/23_containers/stack/deduction.cc | 2 +- 9 files changed, 107 insertions(+), 5 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