This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ac0f04360cc * gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE. new 8d949d424f1 Fix trampoline execution failures on GCN5. new 74d6bdb661b Add support for constructors and destuctors on GCN new f92c002f8cb PR libstdc++/90557 fix path assignment that alters source
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/ChangeLog | 25 ++++++++++ gcc/config.gcc | 2 + gcc/config/gcn/gcn-run.c | 36 +++++++++++--- gcc/config/gcn/gcn.c | 26 ++-------- libgcc/config/gcn/crt0.c | 56 ++++++++++++++++++++++ libstdc++-v3/ChangeLog | 8 ++++ libstdc++-v3/src/c++17/fs_path.cc | 4 +- .../testsuite/27_io/filesystem/path/assign/copy.cc | 15 ++++++ libstdc++-v3/testsuite/util/testsuite_fs.h | 10 +++- 9 files changed, 151 insertions(+), 31 deletions(-)