This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fef3a3c8b5d Adjust gcc_release for id href web transformations new 8a1f5424b04 Adjust 'libgomp.c++/target-exceptions-pr118794-1.C' for 'ta [...] new dfc43afe719 GCN: Properly switch sections in 'gcn_hsa_declare_function_ [...] new 40ce48e87c1 Add 'libgomp.c-c++-common/target-cdtor-1.c' new aafe942227b GCN, nvptx offloading: Host/device compatibility: Itanium C [...]
The 4 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/config/gcn/gcn.cc | 6 +- libgcc/config/gcn/crt0.c | 32 +++++ libgcc/config/nvptx/gbl-ctors.c | 16 +++ libgomp/Makefile.am | 2 +- libgomp/Makefile.in | 7 +- libgomp/config/accel/target-cxa-dso-dtor.c | 62 +++++++++ libgomp/target-cxa-dso-dtor.c | 3 + libgomp/testsuite/libgomp.c++/target-cdtor-1.C | 104 +++++++++++++++ libgomp/testsuite/libgomp.c++/target-cdtor-2.C | 140 +++++++++++++++++++++ ...arget-exceptions-pr118794-1-offload-sorry-GCN.C | 6 +- ...get-exceptions-pr118794-1-offload-sorry-nvptx.C | 6 +- .../libgomp.c++/target-exceptions-pr118794-1.C | 6 +- .../libgomp.c++/target-exceptions-throw-1.C | 3 - .../libgomp.c++/target-exceptions-throw-2.C | 3 - .../libgomp.c-c++-common/target-cdtor-1.c | 89 +++++++++++++ .../libgomp.oacc-c++/exceptions-throw-1.C | 3 - .../libgomp.oacc-c++/exceptions-throw-2.C | 3 - 17 files changed, 467 insertions(+), 24 deletions(-) create mode 100644 libgomp/config/accel/target-cxa-dso-dtor.c create mode 100644 libgomp/target-cxa-dso-dtor.c create mode 100644 libgomp/testsuite/libgomp.c++/target-cdtor-1.C create mode 100644 libgomp/testsuite/libgomp.c++/target-cdtor-2.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-cdtor-1.c