This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gccgo in repository gcc.
from 4366e7b Temporarily revert RTL unsharing patch from the branch, so th [...] adds d8173c1 * es.po: Update. adds 70e3b3a Daily bump. adds 5388b49 combine: Emit a barrier after unconditional trap (PR78607) adds 7b69e9f PR libstdc++/71500 * include/bits/regex.h (basic_regex::bas [...] adds 08106b9 runtime: set isarchive in initsig new ab4ad46 Merge from trunk revision 243094.
The 1 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 | 5 + gcc/DATESTAMP | 2 +- gcc/combine.c | 2 + gcc/go/gofrontend/MERGE | 2 +- gcc/po/ChangeLog | 4 + gcc/po/es.po | 3299 +++++++++----------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.c-torture/compile/pr78607.c | 12 + libgo/go/runtime/signal1_unix.go | 5 + libstdc++-v3/ChangeLog | 13 + libstdc++-v3/include/bits/regex.h | 4 +- libstdc++-v3/include/bits/regex_compiler.h | 102 +- libstdc++-v3/include/bits/regex_compiler.tcc | 51 +- .../testsuite/28_regex/traits/char/icase.cc | 74 + .../testsuite/28_regex/traits/char/user_defined.cc | 66 +- 15 files changed, 1768 insertions(+), 1878 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr78607.c create mode 100644 libstdc++-v3/testsuite/28_regex/traits/char/icase.cc