aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.cc
AgeCommit message (Expand)AuthorFilesLines
3 daysfortran: Remove overwrite of polymorphic associate variable offsetMikael Morin1-18/+0
3 daysfortran: Remove redundant initialisation of associate variable spanMikael Morin1-10/+0
3 daysfortran: Remove unused field use_offsetMikael Morin1-1/+0
4 daysfortran: Use array descriptor data setter when possibleMikael Morin1-3/+4
10 daysfortran: Remove useless elements count variableMikael Morin1-5/+2
2025-06-24Fortran/OpenACC: Add Fortran support for acc_attach/acc_detachTobias Burnus1-2/+72
2025-04-22Fortran: Various fixes on F2018 teams.Andre Vehreschild1-0/+24
2025-04-22Fortran: Add teams support in image_index and num_images for F2018Andre Vehreschild1-2/+1
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild1-42/+49
2025-04-22Fortran: Unify handling of STAT= and ERRMSG= optional arguments [PR87939]Andre Vehreschild1-61/+125
2025-04-12Fortran: Add code gen for do,concurrent's LOCAL/LOCAL_INIT: Fix 'static_asser...Thomas Schwinge1-1/+1
2025-04-09Fortran: Add code gen for do,concurrent's LOCAL/LOCAL_INIT [PR101602]Tobias Burnus1-1/+143
2025-02-27Fortran: Fix ICE on associate of pointer [PR118789]Andre Vehreschild1-1/+6
2025-01-13Fortran: Add LOCALITY support for DO_CONCURRENTAnuj Mohite1-3/+3
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-11Fortran: Add DECL_EXPR for variable length assoc name [PR117901]Paul Thomas1-0/+14
2024-12-09Fortran: Fix testsuite regressions after r15-5897 [PR116261/PR117901]Paul Thomas1-1/+2
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-18Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]Harald Anlauf1-0/+11
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-4/+52
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-9/+8
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-4/+16
2024-08-23Remove unnecessary view_convert obsoleted by [PR86468].Andre Vehreschild1-3/+1
2024-08-19Allow coarrays in select type. [PR46371, PR56496]Andre Vehreschild1-7/+3
2024-08-15Fix Coarray in associate not a coarray. [PR110033]Andre Vehreschild1-1/+1
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-52/+81
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild1-4/+2
2024-07-03Fortran: fix associate with assumed-length character array [PR115700]Harald Anlauf1-4/+14
2024-06-29Fortran: fix ALLOCATE with SOURCE of deferred character length [PR114019]Harald Anlauf1-1/+4
2024-06-04Fortran: fix ALLOCATE with SOURCE=, zero-length character [PR83865]Harald Anlauf1-1/+2
2024-05-13Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]Paul Thomas1-0/+40
2024-04-29Fortran: Fix regression caused by r14-9752 [PR114959]Paul Thomas1-2/+3
2024-04-16Fortran: ALLOCATE of fixed-length CHARACTER with SOURCE/MOLD [PR113793]Harald Anlauf1-4/+32
2024-03-20Use integer_{zero,one}_node some moreJakub Jelinek1-4/+4
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-7/+21
2024-02-23Fortran: ALLOCATE statement, SOURCE/MOLD expressions with subrefs [PR114024]Steve Kargl1-2/+8
2024-01-13Fortran: annotations for DO CONCURRENT loops [PR113305]Harald Anlauf1-11/+35
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-16Fortran: Fix problems with class array function selectors [PR112834]Paul Thomas1-1/+7
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus1-7/+85
2023-08-25OpenMP: Fortran support for imperfectly-nested loopsSandra Loosemore1-1/+6
2023-07-17fortran: Pass pre-calculated class container argument [pr110618]Mikael Morin1-1/+2
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-8/+12
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas1-4/+2
2023-05-18fortran: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-5/+5
2023-04-14Fortran: Fix an excess finalization during allocation [PR104272]Paul Thomas1-2/+5
2023-03-18Fortran: Fix bugs and missing features in finalization [PR37336]Paul Thomas1-2/+48
2023-01-16Update copyright years.Jakub Jelinek1-1/+1