This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6291f256315 OpenMP: Add interop routines to omp_runtime_api_procname new f97d86242b8 c++: Ensure ANNOTATE_EXPRs remain outermost expressions in [...] new 31ff173c708 testsuite: Ensure ltrans dump files get cleaned up properly [...] new 9759f6299d9 lto: Stream has_unroll flag during LTO [PR116140] new 3fd07d4f04f libstdc++: Restore unrolling in std::find using pragma [PR116140]
The 4 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/semantics.cc | 88 +++++++++++++++++++++- gcc/lto-streamer-in.cc | 1 + gcc/lto-streamer-out.cc | 1 + .../g++.dg/ext/pragma-unroll-lambda-lto.C | 32 ++++++++ gcc/testsuite/g++.dg/ext/pragma-unroll-lambda.C | 17 +++++ gcc/testsuite/lib/gcc-dg.exp | 4 +- libstdc++-v3/include/bits/stl_algobase.h | 1 + 7 files changed, 141 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/pragma-unroll-lambda-lto.C create mode 100644 gcc/testsuite/g++.dg/ext/pragma-unroll-lambda.C