aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/goacc
AgeCommit message (Expand)AuthorFilesLines
2025-07-12Fortran/OpenACC: Permit PARAMETER as 'var' in clauses (+ ignore)Tobias Burnus3-13/+56
2025-06-23OpenACC: Add 'if' clause to 'acc wait' directiveTobias Burnus1-0/+47
2025-01-28Add tests for implied copy of variables in reduction clause.Hafiz Abid Qadeer2-0/+195
2025-01-16Extend OpenACC 'serial' testing, compiler-sideThomas Schwinge66-94/+3962
2025-01-16[OpenACC/Fortran testsuite] Use relative line numbers for a few DejaGnu direc...Thomas Schwinge5-32/+30
2025-01-13Un-XFAIL 'dg-note's in 'gfortran.dg/goacc/routine-external-level-of-paralleli...Thomas Schwinge1-12/+14
2025-01-11Fortran: Fix location_t in gfc_get_extern_function_decl; support 'omp dispatc...Tobias Burnus1-13/+15
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-4/+4
2024-03-14OpenACC 2.7: front-end support for readonly modifier: Add basic OpenACC 'decl...Thomas Schwinge1-0/+6
2024-03-14OpenACC 2.7: front-end support for readonly modifierChung-Lin Tang1-0/+89
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-13OpenMP: Pointers and member mappingsJulian Brown2-4/+42
2023-11-17Fortran: Accept -std=f2023, update line-length for Fortran 2023Tobias Burnus1-0/+1
2023-10-25Handle OpenACC 'self' clause for compute constructs in OpenACC 'kernels' deco...Thomas Schwinge1-1/+1
2023-10-25Extend test suite coverage for OpenACC 'self' clause for compute constructsThomas Schwinge4-5/+21
2023-10-25OpenACC 2.7: Implement self clause for compute constructsChung-Lin Tang1-0/+53
2023-08-15OpenACC 2.7: default clause support for data constructsChung-Lin Tang3-4/+128
2023-07-31OpenACC 2.7: host_data must have use_device clause requirementChung-Lin Tang2-2/+9
2023-05-17Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus1-2/+2
2023-05-04OpenACC: Further attach/detach clause fixes for Fortran [PR109622]Julian Brown2-0/+52
2023-04-28OpenACC: Stand-alone attach/detach clause fixes for Fortran [PR109622]Julian Brown1-6/+6
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas1-2/+3
2023-02-09OpenMP/Fortran: Partially fix non-rect loop nests [PR107424]Tobias Burnus2-3/+6
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-09-29OpenACC: whole struct vs. component mappings (PR107028)Julian Brown1-0/+15
2022-08-26OpenMP: Support reverse offload (middle end part)Tobias Burnus15-25/+25
2022-04-25fortran: Fix up gfc_trans_oacc_construct [PR104717]Jakub Jelinek2-3/+26
2022-03-17Enhance further testcases to verify Openacc 'kernels' decompositionThomas Schwinge2-4/+24
2022-03-17Enhance further testcases to verify handling of OpenACC privatization level [...Thomas Schwinge1-2/+11
2022-03-12OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually mak...Thomas Schwinge2-3/+25
2022-03-11Fortran: OpenMP/OpenACC avoid uninit access in size calc for mappingTobias Burnus4-7/+76
2022-03-10[OpenACC privatization] Analyze 'lookup_decl'-translated DECL [PR90115, PR102...Thomas Schwinge4-12/+12
2022-03-10Enhance further testcases to verify handling of OpenACC privatization level [...Thomas Schwinge1-12/+50
2022-03-04Update 'c-c++-common/goacc/classify-*', 'gfortran.dg/goacc/classify-*'Thomas Schwinge8-11/+19
2022-01-13Document current '-Wuninitialized'/'-Wmaybe-uninitialized' diagnostics for Op...Thomas Schwinge31-9/+175
2022-01-13OpenACC 'kernels' decomposition: Mark variables used in synthesized data clau...Thomas Schwinge4-2/+98
2022-01-13Enhance OpenACC 'kernels' decomposition testingThomas Schwinge2-30/+67
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Adjust 'gfortran.dg/goacc/privatization-1-*' [PR103576, PR103697]Thomas Schwinge4-4/+0
2021-12-02fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)Chung-Lin Tang1-4/+4
2021-11-30[OpenACC] Remove erroneous "Orphan reductions cannot have gang partitioning" ...Thomas Schwinge4-22/+33
2021-11-30Consolidate OpenACC "gang reduction on an orphan loop" checkingThomas Schwinge1-4/+4
2021-11-30Re OpenACC "gang reduction on an orphan loop" error messageFrederik Harwath1-0/+89
2021-11-30Make OpenACC orphan gang reductions errorsCesar Philippidis4-0/+307
2021-09-19[committed] Make test names unique for a couple of goacc testsJeff Law2-15/+15
2021-09-15Add OpenACC 'host_data' testing to 'gfortran.dg/goacc/unexpected-end.f90'Thomas Schwinge1-1/+3
2021-09-14Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313]Tobias Burnus1-0/+23
2021-08-23Fortran/OpenMP: Improve duplicate errorsTobias Burnus8-49/+49
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek2-4/+4