This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 419381b5d32 PR libstdc++/59568 fix error handling for std::complex stre [...] new 5c4c939cf1e PR bootstrap/83396 PR debug/83391 * tree-cfgcleanup.c (r [...] new ed9480c149a PR bootstrap/83396 * final.c (rest_of_handle_final): Call [...]
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/ChangeLog | 14 +++++++++++++ gcc/final.c | 5 +++-- gcc/testsuite/ChangeLog | 8 +++++++ gcc/testsuite/g++.dg/torture/pr83391.C | 36 ++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr83396.c | 38 ++++++++++++++++++++++++++++++++++ gcc/tree-cfgcleanup.c | 24 +++++++++++++++++++-- 6 files changed, 121 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr83391.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr83396.c