aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg
AgeCommit message (Expand)AuthorFilesLines
2023-06-13Fortran: add DATA statement testcaseFrancois-Xavier Coudert1-0/+26
2023-06-13Fortran: fix passing of zero-sized array arguments to procedures [PR86277]Harald Anlauf2-0/+295
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus4-24/+25
2023-06-10Fortran: add Fortran 2018 IEEE_{MIN,MAX} functionsFrancois-Xavier Coudert4-0/+940
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas4-1/+80
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus7-3/+180
2023-06-02Fortran: fix diagnostics for SELECT RANK [PR100607]Steve Kargl1-0/+48
2023-06-02Fortran: Fix some problems blocking associate meta-bug [PR87477]Paul Thomas7-1/+274
2023-06-01Fortran: force error on bad KIND specifier [PR88552]Harald Anlauf1-0/+6
2023-06-01OpenMP/Fortran: Permit pure directives inside PURETobias Burnus7-14/+241
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus7-2/+533
2023-05-26Remove accidentally added gfortran.dg/gomp/allocate*-.f90 filesTobias Burnus6-530/+0
2023-05-26amdgcn: Change -m(no-)xnack to -mxnack=(on,off,any)Tobias Burnus6-0/+530
2023-05-24Fortran: reject bad DIM argument of SIZE intrinsic in simplification [PR104350]Harald Anlauf1-0/+19
2023-05-24Fortran: checking and simplification of RESHAPE intrinsic [PR103794]Harald Anlauf2-0/+49
2023-05-23Fortran: Fix assumed length chars and len inquiry [PR103716]Paul Thomas1-0/+15
2023-05-23Fortran: Allow declaration of finalizable DT in a submodule [PR97122]Paul Thomas1-27/+41
2023-05-17Fortran: set shape of initializers of zero-sized arrays [PR95374,PR104352]Harald Anlauf1-0/+28
2023-05-17Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus5-7/+78
2023-05-16Fortran: Fix an assortment of bugsPaul Thomas6-0/+154
2023-05-15Fortran: CLASS pointer function result in variable definition context [PR109846]Harald Anlauf1-0/+39
2023-05-12Fortran: Revise a namelist test case.Jerry DeLisle1-4/+17
2023-05-08Let each 'lto_init' determine the default 'LTO_OPTIONS', and 'torture-init' t...Thomas Schwinge1-1/+1
2023-05-07Fortran: Reject semicolon after namelist name.Jerry DeLisle1-0/+15
2023-05-06Fortran: Namelist read with invalid input accepted.Jerry DeLisle1-0/+15
2023-05-05Fortran: overloading of intrinsic binary operators [PR109641]Harald Anlauf1-0/+118
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-28gimple-range-op: Handle sqrt (basic bounds only)Jakub Jelinek1-1/+1
2023-04-25'omp scan' struct block seq update for OpenMP 5.xTobias Burnus6-19/+114
2023-04-22Fortran: function results never have the ALLOCATABLE attribute [PR109500]Harald Anlauf1-0/+36
2023-04-19testsuite: fix scan-tree-dump patterns [PR83904,PR100297]Harald Anlauf2-2/+2
2023-04-14Fortran: fix compile-time simplification of SET_EXPONENT [PR109511]Harald Anlauf1-0/+36
2023-04-14Fortran: Fix an excess finalization during allocation [PR104272]Paul Thomas2-1/+58
2023-04-12Fortran: fix functions with entry and pointer/allocatable result [PR104312]Harald Anlauf2-0/+128
2023-04-12Fortran: resolve correct generic with TYPE(C_PTR) arguments [PR61615,PR99982]Harald Anlauf1-0/+95
2023-04-11gfortran.dg/gomp/affinity-clause-1.f90: Fix scan-tree-dumpTobias Burnus1-2/+1
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas7-5/+197
2023-04-08Fortran: Fix dg directives and remove trailing whitespaces in testsuitePaul Thomas23-72/+72
2023-04-04Fortran: reject module variable as character length in PARAMETER [PR104349]Harald Anlauf2-0/+10
2023-03-28Enable 'gfortran.dg/weak-2.f90' for nvptx targetThomas Schwinge1-4/+6
2023-03-28Fix compute_operand when op1 == op2 symbolically.Andrew MacLeod1-0/+39
2023-03-24Fortran: Escalate failure when Hollerith constant to real conversion failsHaochen Gui3-0/+18
2023-03-22Fortran: improve checking of FINAL subroutine arguments [PR104572]Harald Anlauf1-0/+14
2023-03-21Fortran: reject MODULE PROCEDURE outside generic module interface [PR99036]Harald Anlauf1-0/+9
2023-03-21Fortran: Fix regression caused by PR37336 patch [PR109209]Paul Thomas1-0/+80
2023-03-20Fortran: simplification of NEAREST for large argument [PR109186]Harald Anlauf1-0/+26
2023-03-20Fortran: Allow external function from in an associate block [PR87127]Paul Thomas1-0/+28
2023-03-19Fortran: procedures with BIND(C) attribute require explicit interface [PR85877]Harald Anlauf1-0/+25
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas19-8/+1718