This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d27febaf000 libstdc++: Fix typo in std::stack test new 26d82fe6fd4 gcc/Makefile.in: fix bug in gengtype link rule new ebfc3a23043 assert_streq: add newlines to failure message new 0078a058a56 libcpp: Fix _Pragma expansion [PR102409]
The 3 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/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 ++++++++++++++++++++++++++++++ libcpp/directives.c | 2 ++ libcpp/include/cpplib.h | 1 + libcpp/macro.c | 2 +- 7 files changed, 106 insertions(+), 3 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