This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 373a2dc2be0 Avoid -Wdangling-pointer for by-transparent-reference argum [...] new a2645cd8fb3 ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814] new efd1582926f c++: Fix up cp_parser_skip_to_pragma_eol [PR104623]
The 2 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/cp/parser.cc | 2 -- gcc/ifcvt.cc | 14 ++++++++---- gcc/testsuite/g++.dg/gomp/pr104623.C | 9 ++++++++ gcc/testsuite/gcc.c-torture/execute/pr104814.c | 30 ++++++++++++++++++++++++++ 4 files changed, 49 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/pr104623.C create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr104814.c