This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e87c2412f41 * config/i386/sfp-exceptions.c (__sfp_handle_exceptions): [...] new e7b22e58a84 PR libstdc++/89117 fix path::replace_extension("") case new 9b0e9786696 PR c++/88988 * lambda.c (is_capture_proxy): Don't return [...]
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/ChangeLog | 6 +++++ gcc/cp/lambda.c | 3 +++ libgomp/ChangeLog | 5 ++++ libgomp/testsuite/libgomp.c++/pr88988.C | 28 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 10 ++++++++ libstdc++-v3/src/c++17/fs_path.cc | 14 +++++------ .../filesystem/path/modifiers/replace_extension.cc | 9 +++++++ 7 files changed, 68 insertions(+), 7 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c++/pr88988.C