summaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c++
AgeCommit message (Expand)Author
2025-11-22OpenMP: C++ front end support for "begin declare variant"Sandra Loosemore
2025-11-17OpenMP/OpenACC tests. vs C++26Jakub Jelinek
2025-11-13openmp, nvptx: ompx_gnu_managed_mem_allocAndrew Stubbs
2025-11-05libgomp.c++/target-std__multimap-concurrent.C: Fix USM memory freeingTobias Burnus
2025-10-20c++, gimplify: Implement C++26 P2795R5 - Erroneous behavior for uninitialized...Thomas Schwinge
2025-07-21Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx.use_aeabi_atexit' ...Thomas Schwinge
2025-07-17GCN, nvptx offloading: Restrain 'WARNING: program timed out.' while in 'dynam...Thomas Schwinge
2025-06-17OpenMP: Fix implicit 'declare target' for <ostream>Tobias Burnus
2025-05-30Add 'libgomp.c++/target-valarray-1.C'Thomas Schwinge
2025-05-30libgomp: Add testcases for concurrent access to standard C++ containers on of...Thomas Schwinge
2025-05-30libgomp: Add testcases for concurrent access to standard C++ containers on of...Kwok Cheung Yeung
2025-05-30libgomp: Add testcases for the standard C++ math library on offload targetsKwok Cheung Yeung
2025-05-30Add 'libgomp.c++/target-flex-[...].C' test casesWaffl3x
2025-05-30OpenMP: C++ "declare mapper" supportJulian Brown
2025-05-12GCN, nvptx offloading: Restrain 'WARNING: program timed out.' while in 'dynam...Thomas Schwinge
2025-04-25GCN, nvptx offloading: Host/device compatibility: Itanium C++ ABI, DSO Object...Thomas Schwinge
2025-04-25GCN: Properly switch sections in 'gcn_hsa_declare_function_name' [PR119737]Andrew Pinski
2025-04-25Adjust 'libgomp.c++/target-exceptions-pr118794-1.C' for 'targetm.arm_eabi_unw...Thomas Schwinge
2025-04-17libgomp: Don't test ompx::allocator::gnu_pinned_mem on non-linux targets.Jakub Jelinek
2025-04-16Remove 'ALWAYS_INLINE' workaround in 'libgomp.c++/target-exceptions-pr118794-...Thomas Schwinge
2025-04-16Add 'libgomp.c++/pr106445-1{,-O0}.C' [PR106445]Thomas Schwinge
2025-04-16For nvptx offloading, make sure to emit C++ constructor, destructor aliases [...Thomas Schwinge
2025-04-15OpenMP: omp.h omp::allocator C++ Allocator interfacewaffl3x
2025-04-14GCN, nvptx: Support '-mfake-exceptions', and use it for offloading compilatio...Thomas Schwinge
2025-04-14Add 'throw', dead code test cases for GCN, nvptx target and OpenACC, OpenMP '...Thomas Schwinge
2025-04-14Add 'throw', caught test cases for GCN, nvptx target and OpenACC, OpenMP 'tar...Thomas Schwinge
2025-04-14Add 'throw' test cases for GCN, nvptx target and OpenACC, OpenMP 'target' off...Thomas Schwinge
2025-04-14Add 'std::bad_cast' exception, dead code test cases for GCN, nvptx target and...Thomas Schwinge
2025-04-14Add 'std::bad_cast' exception, caught test cases for GCN, nvptx target and Op...Thomas Schwinge
2025-04-14Add 'std::bad_cast' exception test cases for GCN, nvptx target and OpenACC, O...Thomas Schwinge
2025-04-14Add test cases for exception handling constructs in dead code for GCN, nvptx ...Thomas Schwinge
2025-04-14Add PR119692 "C++ 'typeinfo', 'vtable' vs. OpenACC, OpenMP 'target' offloadin...Thomas Schwinge
2025-03-26driver: Forward '-lstdc++' to offloading compilation [PR101544]Thomas Schwinge
2025-03-24Add 'libgomp.c++/pr96835-1{,-O0}.C', 'libgomp.oacc-c++/pr96835-1.C' [PR96835]Thomas Schwinge
2025-03-24Add 'libgomp.c++/pr101544-1{,-O0}.C', 'libgomp.oacc-c++/pr101544-1.C' [PR101544]Thomas Schwinge
2025-02-12c++: don't default -frange-for-ext-temps in -std=gnu++20 [PR188574]Jason Merrill
2025-01-16OpenMP: C++ support for metadirectives and dynamic selectors.Sandra Loosemore
2024-09-24c++: Implement C++23 P2718R0 - Wording for P2644R1 Fix for Range-based for Lo...Jakub Jelinek
2024-08-09OpenMP: Constructors and destructors for "declare target" static aggregates: ...Thomas Schwinge
2024-08-08libgomp.c++/static-aggr-constructor-destructor-{1,2}.C: Fix scan-tree-dumpTobias Burnus
2024-08-07OpenMP: Constructors and destructors for "declare target" static aggregatesTobias Burnus
2024-07-31testsuite: fix dg-require-effective-target order vs dg-additional-sourcesSam James
2024-07-31testsuite: libgomp: fix dg-do run typoSam James
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek
2024-04-05c++: Fix ICE with weird copy assignment operator [PR114572]Jakub Jelinek
2024-03-06Revert "Set num_threads to 50 on 32-bit hppa in two libgomp loop tests"John David Anglin
2024-03-01OpenMP/C++: Fix (first)private clause with member variables [PR110347]Jakub Jelinek
2024-02-01Set num_threads to 50 on 32-bit hppa in two libgomp loop testsJohn David Anglin
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown