This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c4c22e83025 LTO: Add -fcf-protection=check new 55c9695cbe9 Do not expand vector comparison with VEC_COND_EXPR. new 8e5584f7a17 Remove useless backedge marking new 7355a9408b9 expr: build string_constant only for a char type new 2251b4a5423 libstdc++: Make std::from_chars always round to nearest new bc4ed079dc0 openacc: Deep copy attach/detach should not affect referenc [...] new 8939cef9512 compiler: scan all function literals for escape analysis new d60758c74af driver: fix a problem with implementation of -falign-foo=0 [...]
The 7 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/expr.c | 23 ++-- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/escape.cc | 29 +++-- gcc/opts.c | 28 ++++- .../s390/vector/pr96128.c} | 3 + gcc/tree-vect-generic.c | 3 +- gcc/var-tracking.c | 1 - libgomp/libgomp.h | 4 +- libgomp/oacc-mem.c | 40 ++++--- libgomp/target.c | 20 ++-- .../libgomp.oacc-c-c++-common/mdc-refcount-1.c | 60 ++++++++++ .../libgomp.oacc-c-c++-common/mdc-refcount-2.c | 123 +++++++++++++++++++++ .../libgomp.oacc-c-c++-common/mdc-refcount-3.c | 86 ++++++++++++++ .../deep-copy-6-no_finalize.F90 | 9 +- .../testsuite/libgomp.oacc-fortran/deep-copy-6.f90 | 8 +- libstdc++-v3/src/c++17/floating_from_chars.cc | 12 ++ libstdc++-v3/testsuite/20_util/from_chars/4.cc | 9 +- libstdc++-v3/testsuite/20_util/from_chars/5.cc | 6 + .../20_util/{to_chars/95851.cc => from_chars/6.cc} | 21 +++- 19 files changed, 425 insertions(+), 62 deletions(-) copy gcc/testsuite/{c-c++-common/opaque-vector.c => gcc.target/s390/vector/pr96128 [...] create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/mdc-refcount-1.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/mdc-refcount-2.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/mdc-refcount-3.c copy libstdc++-v3/testsuite/20_util/{to_chars/95851.cc => from_chars/6.cc} (60%)