This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from bbca95724c6 libstdc++: Document thread-safety for COW std::string [PR21334] new 51ff9919c45 discriminators: Fix assigning discriminators on edge [PR113546] new de622c30774 match: Reject non-ssa name/min invariants in gimple_extract [...] new d1eb3fdac1a testcase: Add testcase for already fixed PR [PR118476]
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/gimple-match-head.cc | 6 ++++++ gcc/testsuite/c-c++-common/torture/pr113546-1.c | 8 ++++++++ gcc/testsuite/gcc.dg/torture/pr116412-1.c | 6 ++++++ gcc/testsuite/gcc.dg/torture/pr118476-1.c | 14 ++++++++++++++ gcc/tree-cfg.cc | 13 ++++++------- 5 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/torture/pr113546-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr116412-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr118476-1.c