aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c++
AgeCommit message (Expand)AuthorFilesLines
2024-04-05c++: Fix ICE with weird copy assignment operator [PR114572]Jakub Jelinek1-0/+24
2024-03-06Revert "Set num_threads to 50 on 32-bit hppa in two libgomp loop tests"John David Anglin1-7/+1
2024-03-01OpenMP/C++: Fix (first)private clause with member variables [PR110347]Jakub Jelinek8-4/+1076
2024-02-01Set num_threads to 50 on 32-bit hppa in two libgomp loop testsJohn David Anglin1-1/+7
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown9-18/+3754
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown13-9/+3878
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-0/+23
2023-09-12libgomp: Consider '--with-build-sysroot=[...]' for target libraries' build-tr...Thomas Schwinge1-0/+6
2023-08-25OpenMP: C++ support for imperfectly-nested loopsSandra Loosemore13-0/+1740
2023-07-13testsuite: dg-require LTO for libgomp LTO testsDavid Edelsohn1-0/+1
2023-06-19OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11...Tobias Burnus2-8/+26
2023-05-15libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver [P...Thomas Schwinge1-21/+1
2023-05-15libgomp testsuite: Have each '*.exp' file specify the compiler to use [PR91884]Thomas Schwinge1-5/+5
2023-05-12LTO: Fix writing of toplevel asm with offloading [PR109816]Tobias Burnus2-0/+104
2023-05-12libgomp testsuite: Generalize 'lang_library_path' into a list of 'lang_librar...Thomas Schwinge1-6/+8
2023-05-12libgomp testsuite: Get rid of 'lang_test_file_found'Thomas Schwinge1-35/+26
2023-05-12libgomp C++, Fortran testsuites: Resolve 'lang_test_file_found' firstThomas Schwinge1-22/+21
2023-05-12libgomp testsuite: Localize 'lang_[...]' etc.Thomas Schwinge1-3/+8
2023-05-09libgomp testsuite: Use 'lang_test_file_found' instead of 'lang_test_file'Thomas Schwinge1-4/+0
2023-05-09libgomp testsuite: Only use 'blddir' if setThomas Schwinge1-1/+2
2023-05-09libgomp C++ testsuite: Don't compute 'blddir' twiceThomas Schwinge1-3/+0
2023-05-08libgomp C++ testsuite: Use 'lang_include_flags' instead of 'libstdcxx_includes'Thomas Schwinge1-4/+3
2023-01-05openmp: Fix up finish_omp_target_clauses [PR108286]Jakub Jelinek1-0/+29
2022-12-21openmp: Don't try to destruct DECL_OMP_PRIVATIZED_MEMBER vars [PR108180]Jakub Jelinek1-0/+55
2022-05-16OpenMP, C++: Add template support for the has_device_addr clause.Marcel Vollweiler3-0/+113
2022-03-23LTO: Fixes for renaming issues with offload/OpenMP [PR104285]Tobias Burnus3-0/+124
2022-02-22[libgomp, testsuite, nvptx] Fix pr96390.c without CUDATom de Vries1-0/+1
2022-02-10OpenMP/C++: Permit mapping classes with virtual members [PR102204]Tobias Burnus1-0/+50
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler4-0/+121
2021-12-10openmp: Fix libgomp.c++ testsuite errors for non-offload configsChung-Lin Tang3-1/+6
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang7-43/+45
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang8-0/+459
2021-10-12vectorizer: Fix up -fsimd-cost-model= handlingJakub Jelinek8-8/+8
2021-10-09Adjust more testcases for O2 vectorization enabling.liuhongt8-8/+8
2021-09-18openmp: Allow private or firstprivate arguments to default clause even for C/C++Jakub Jelinek1-0/+29
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek2-0/+945
2021-06-24openmp: in_reduction clause support on target constructJakub Jelinek2-0/+295
2020-11-14openmp: Add support for non-VLA {,first}private allocate on omp taskJakub Jelinek1-78/+91
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek1-0/+194
2020-11-05openmp: Mark deprecated symbols in OpenMP 5.0Kwok Cheung Yeung1-0/+1
2020-09-28OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390)Tobias Burnus1-0/+49
2020-09-16c++: local-scope OMP UDR reductions have no template headNathan Sidwell1-0/+1
2020-06-26c++: Change the default dialect to C++17.Marek Polacek1-1/+2
2020-03-19c++: Fix up handling of captured vars in lambdas in OpenMP clauses [PR93931]Jakub Jelinek1-0/+120
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek2-108/+0
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek2-0/+216
2019-08-27re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek8-2/+10
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek1-0/+99
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-5/+38
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek3-0/+1016