aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.cc
AgeCommit message (Expand)AuthorFilesLines
8 daysUse unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
9 daysFortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-4/+52
13 daysFortran: 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
2022-11-28Fortran: ICE with elemental and dummy argument with VALUE attribute [PR107819]Harald Anlauf1-0/+1
2022-05-30Fortran: improve runtime error message with ALLOCATE and ERRMSG= [PR91300]Harald Anlauf1-3/+30
2022-02-24Fortran: frontend code for F2018 QUIET specifier to STOP and ERROR STOPHarald Anlauf1-3/+12
2022-02-13fortran: Unshare associate var charlen [PR104228]Mikael Morin1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+7468