aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Fortran: fix wrong array bounds check [PR113471]Harald Anlauf1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16Fortran: Prevent unwanted finalization with -w option [PR112459]Paul Thomas1-1/+3
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-27/+125
2023-12-02Fortran: deferred-length character optional dummy arguments [PR93762,PR100651]Harald Anlauf1-0/+9
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus1-1/+27
2023-09-29Fortran: Free alloc. comp. in allocated coarrays only.Andre Vehreschild1-2/+14
2023-09-19fortran: fix checking of CHARACTER lengths in array constructors [PR70231]Harald Anlauf1-0/+17
2023-09-15Fortran: improve bounds-checking for array sections [PR30802]Harald Anlauf1-1/+68
2023-09-01Fortran: runtime bounds-checking in presence of array constructors [PR31059]Harald Anlauf1-0/+23
2023-08-25fortran: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak1-2/+2
2023-07-17fortran: Pass pre-calculated class container argument [pr110618]Mikael Morin1-1/+1
2023-07-14fortran: Factor data references for scalar class argument wrapping [PR92178]Mikael Morin1-0/+3
2023-06-13Fortran: fix passing of zero-sized array arguments to procedures [PR86277]Harald Anlauf1-1/+1
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas1-1/+11
2023-05-18fortran: use _P() defines from tree.hBernhard Reutner-Fischer1-5/+5
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-1/+1
2023-05-16Fortran: Fix an assortment of bugsPaul Thomas1-0/+6
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-2/+2
2023-04-08Fortran: Fix some of the bugs in associate [PR87477]Paul Thomas1-5/+28
2023-03-21Fortran: Fix regression caused by PR37336 patch [PR109206]Paul Thomas1-1/+4
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-73/+161
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-22Remove not needed assert macro which fails.Steve Kargl1-1/+0
2022-11-07Fortran: Fix reallocation on assignment for kind=4 strings [PR107508]Tobias Burnus1-51/+6
2022-10-21Fortran: Add missing TKR initialization to class variables [PR100097, PR100098]José Rui Faustino de Sousa1-0/+46
2022-09-22Fortran: Fix automatic reallocation inside select rank [PR100103]José Rui Faustino de Sousa1-2/+2
2022-04-27fortran: Avoid infinite self-recursion [PR105381]Mikael Morin1-3/+4
2022-04-22fortran: Use pointer arithmetic to index arrays [PR102043]Mikael Morin1-6/+52
2022-04-22fortran: Generate an array temporary reference [PR102043]Mikael Morin1-1/+1
2022-03-25fortran: Fix up initializers of param(0) PARAMETERs [PR103691]Jakub Jelinek1-4/+11
2022-01-28Prevent malicious descriptor stacking for scalar components [V2].Andre Vehreschild1-25/+49
2022-01-28Revert "Prevent malicious descriptor stacking for scalar components."Andre Vehreschild1-46/+25
2022-01-28Prevent malicious descriptor stacking for scalar components.Andre Vehreschild1-25/+46
2022-01-17Change references of .c files to .cc filesMartin Liska1-6/+6
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+11714