This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-14 in repository gcc.
from ea9516fe499 OpenACC 2.7: adjust 2.6 references to 2.7 new 0852f789d44 nvptx: In offloading compilation, special-case certain host [...] new df14f6e45a4 nvptx: Don't use PTX '.const', constant state space [PR119573] new 70e36d8d042 libstdc++, nvptx: Remove machinery to inject per-file flags new 2c87363e915 nvptx: Support '-mfake-ptx-alloca': defer failure to run-ti [...] new 0804fea0658 GCN, nvptx libstdc++: Force use of '__atomic' builtins [PR119645] new 9eed92a0b47 GCN, nvptx: Define '_Unwind_DeleteException' new ae9cb9fc189 GCN, nvptx: Define '_Unwind_RaiseException', '_Unwind_Resum [...] new 2358e874fdb Add 'g++.target/gcn/gcn.exp' for GCN-specific C++ test cases new fa868840a63 Add PR119692 "C++ 'typeinfo', 'vtable' vs. OpenACC, OpenMP [...] new 95219213053 Add test cases for exception handling constructs in dead co [...] new e0025f09d80 Add 'std::bad_cast' exception test cases for GCN, nvptx tar [...] new a91765a14cc Add 'std::bad_cast' exception, caught test cases for GCN, n [...] new 629280933ac Add 'std::bad_cast' exception, dead code test cases for GCN [...] new 72fdbc3fce7 Add 'throw' test cases for GCN, nvptx target and OpenACC, O [...] new 0f9ca500212 Add 'throw', caught test cases for GCN, nvptx target and Op [...] new ad51cb1221f Add 'throw', dead code test cases for GCN, nvptx target and [...] new 9c083c6f2b2 GCN, nvptx: Support '-mfake-exceptions', and use it for off [...] new 62f8948456e For nvptx offloading, make sure to emit C++ constructor, de [...] new 378906bd64b Add 'libgomp.c++/pr106445-1{,-O0}.C' [PR106445] new c3f4dedfdad Remove 'ALWAYS_INLINE' workaround in 'libgomp.c++/target-ex [...] new 77e9a05316b OpenACC: Improve implicit mapping for non-lexically nested [...]
The 21 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.omp | 48 ++++++++ gcc/config/gcn/gcn.md | 4 +- gcc/config/gcn/gcn.opt | 8 ++ gcc/config/gcn/mkoffload.cc | 3 + gcc/config/nvptx/mkoffload.cc | 3 + gcc/config/nvptx/nvptx.cc | 42 ++++++- gcc/config/nvptx/nvptx.md | 4 +- gcc/config/nvptx/nvptx.opt | 18 ++- gcc/except.cc | 24 +++- gcc/testsuite/ChangeLog.omp | 91 +++++++++++++++ .../g++.target/gcn/exceptions-bad_cast-1.C | 15 +++ .../g++.target/gcn/exceptions-bad_cast-2.C | 13 +++ .../gcn/exceptions-bad_cast-2_-mfake-exceptions.C | 18 +++ .../g++.target/gcn/exceptions-bad_cast-3.C | 10 ++ .../g++.target/gcn/exceptions-pr118794-1.C | 17 +++ .../gcn/exceptions-pr118794-1_-mfake-exceptions.C | 16 +++ gcc/testsuite/g++.target/gcn/exceptions-throw-1.C | 16 +++ gcc/testsuite/g++.target/gcn/exceptions-throw-2.C | 14 +++ .../gcn/exceptions-throw-2_-mfake-exceptions.C | 19 +++ gcc/testsuite/g++.target/gcn/exceptions-throw-3.C | 11 ++ .../g++.target/{nvptx/nvptx.exp => gcn/gcn.exp} | 8 +- gcc/testsuite/g++.target/gcn/pr119692-1-1.C | 6 + .../g++.target/nvptx/exceptions-bad_cast-1.C | 15 +++ .../g++.target/nvptx/exceptions-bad_cast-2.C | 13 +++ .../exceptions-bad_cast-2_-mfake-exceptions.C | 19 +++ .../g++.target/nvptx/exceptions-bad_cast-3.C | 10 ++ .../g++.target/nvptx/exceptions-pr118794-1.C | 17 +++ .../exceptions-pr118794-1_-mfake-exceptions.C | 16 +++ .../g++.target/nvptx/exceptions-throw-1.C | 16 +++ .../g++.target/nvptx/exceptions-throw-2.C | 14 +++ .../nvptx/exceptions-throw-2_-mfake-exceptions.C | 19 +++ .../g++.target/nvptx/exceptions-throw-3.C | 11 ++ gcc/testsuite/g++.target/nvptx/pr119692-1-1.C | 6 + gcc/testsuite/gcc.c-torture/compile/pr46534.c | 1 - .../nvptx/alloca-2-O0_-mfake-ptx-alloca.c | 7 +- gcc/testsuite/gcc.target/nvptx/decl.c | 6 +- libgcc/ChangeLog.omp | 29 +++++ libgcc/config/gcn/unwind-gcn.c | 27 +++++ libgcc/config/nvptx/{unwind-nvptx.c => alloca.c} | 25 ++-- libgcc/config/nvptx/t-nvptx | 3 +- libgcc/config/nvptx/unwind-nvptx.c | 27 +++++ libgomp/ChangeLog.omp | 127 +++++++++++++++++++++ .../{pr101544-1-O0.C => pr106445-1-O0.C} | 2 +- libgomp/testsuite/libgomp.c++/pr106445-1.C | 18 +++ libgomp/testsuite/libgomp.c++/pr119692-1-1.C | 10 ++ libgomp/testsuite/libgomp.c++/pr119692-1-2.C | 11 ++ libgomp/testsuite/libgomp.c++/pr119692-1-3.C | 10 ++ libgomp/testsuite/libgomp.c++/pr119692-1-4.C | 10 ++ libgomp/testsuite/libgomp.c++/pr119692-1-5.C | 10 ++ libgomp/testsuite/libgomp.c++/pr96390.C | 2 - .../libgomp.c++/target-exceptions-bad_cast-1.C | 25 ++++ ...arget-exceptions-bad_cast-2-offload-sorry-GCN.C | 19 +++ ...get-exceptions-bad_cast-2-offload-sorry-nvptx.C | 19 +++ .../libgomp.c++/target-exceptions-bad_cast-2.C | 24 ++++ .../libgomp.c++/target-exceptions-bad_cast-3.C | 17 +++ ...arget-exceptions-pr118794-1-offload-sorry-GCN.C | 24 ++++ ...get-exceptions-pr118794-1-offload-sorry-nvptx.C | 24 ++++ .../libgomp.c++/target-exceptions-pr118794-1.C | 57 +++++++++ .../libgomp.c++/target-exceptions-throw-1-O0.C | 23 ++++ .../libgomp.c++/target-exceptions-throw-1.C | 25 ++++ .../libgomp.c++/target-exceptions-throw-2-O0.C | 25 ++++ .../target-exceptions-throw-2-offload-sorry-GCN.C | 21 ++++ ...target-exceptions-throw-2-offload-sorry-nvptx.C | 21 ++++ .../libgomp.c++/target-exceptions-throw-2.C | 23 ++++ .../libgomp.c++/target-exceptions-throw-3.C | 19 +++ libgomp/testsuite/libgomp.c-c++-common/pr96390.c | 2 +- .../libgomp.oacc-c++/exceptions-bad_cast-1.C | 54 +++++++++ .../exceptions-bad_cast-2-offload-sorry-GCN.C | 18 +++ .../exceptions-bad_cast-2-offload-sorry-nvptx.C | 20 ++++ .../libgomp.oacc-c++/exceptions-bad_cast-2.C | 60 ++++++++++ .../libgomp.oacc-c++/exceptions-bad_cast-3.C | 49 ++++++++ .../libgomp.oacc-c++/exceptions-throw-1.C | 46 ++++++++ .../exceptions-throw-2-offload-sorry-GCN.C | 20 ++++ .../exceptions-throw-2-offload-sorry-nvptx.C | 22 ++++ .../libgomp.oacc-c++/exceptions-throw-2.C | 55 +++++++++ .../libgomp.oacc-c++/exceptions-throw-3.C | 43 +++++++ libgomp/testsuite/libgomp.oacc-c++/pr119692-1-1.C | 42 +++++++ libgomp/testsuite/libgomp.oacc-c++/pr119692-1-2.C | 12 ++ libgomp/testsuite/libgomp.oacc-c++/pr119692-1-3.C | 12 ++ libstdc++-v3/ChangeLog.omp | 24 ++++ libstdc++-v3/acinclude.m4 | 7 +- libstdc++-v3/config/cpu/nvptx/t-nvptx | 7 -- libstdc++-v3/configure | 11 +- libstdc++-v3/configure.host | 14 ++- 84 files changed, 1708 insertions(+), 65 deletions(-) create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-bad_cast-1.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-bad_cast-2.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-bad_cast-2_-mfake-exceptions.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-bad_cast-3.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-pr118794-1.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-pr118794-1_-mfake-exceptions.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-throw-1.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-throw-2.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-throw-2_-mfake-exceptions.C create mode 100644 gcc/testsuite/g++.target/gcn/exceptions-throw-3.C copy gcc/testsuite/g++.target/{nvptx/nvptx.exp => gcn/gcn.exp} (89%) create mode 100644 gcc/testsuite/g++.target/gcn/pr119692-1-1.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-bad_cast-1.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-bad_cast-2.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-bad_cast-2_-mfake-exc [...] create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-bad_cast-3.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-pr118794-1.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-pr118794-1_-mfake-exc [...] create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-throw-1.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-throw-2.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-throw-2_-mfake-exceptions.C create mode 100644 gcc/testsuite/g++.target/nvptx/exceptions-throw-3.C create mode 100644 gcc/testsuite/g++.target/nvptx/pr119692-1-1.C copy libgcc/config/nvptx/{unwind-nvptx.c => alloca.c} (56%) copy libgomp/testsuite/libgomp.c++/{pr101544-1-O0.C => pr106445-1-O0.C} (58%) create mode 100644 libgomp/testsuite/libgomp.c++/pr106445-1.C create mode 100644 libgomp/testsuite/libgomp.c++/pr119692-1-1.C create mode 100644 libgomp/testsuite/libgomp.c++/pr119692-1-2.C create mode 100644 libgomp/testsuite/libgomp.c++/pr119692-1-3.C create mode 100644 libgomp/testsuite/libgomp.c++/pr119692-1-4.C create mode 100644 libgomp/testsuite/libgomp.c++/pr119692-1-5.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-bad_cast-1.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-bad_cast-2-offl [...] create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-bad_cast-2-offl [...] create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-bad_cast-2.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-bad_cast-3.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-pr118794-1-offl [...] create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-pr118794-1-offl [...] create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-pr118794-1.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-throw-1-O0.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-throw-1.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-throw-2-O0.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-throw-2-offload [...] create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-throw-2-offload [...] create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-throw-2.C create mode 100644 libgomp/testsuite/libgomp.c++/target-exceptions-throw-3.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-bad_cast-1.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-bad_cast-2-offloa [...] create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-bad_cast-2-offloa [...] create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-bad_cast-2.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-bad_cast-3.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-throw-1.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-throw-2-offload-s [...] create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-throw-2-offload-s [...] create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-throw-2.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/exceptions-throw-3.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/pr119692-1-1.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/pr119692-1-2.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/pr119692-1-3.C delete mode 100644 libstdc++-v3/config/cpu/nvptx/t-nvptx