aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-11Fortran: Fix elemental array refs in SELECT TYPE [PR109345]Paul Thomas1-12/+32
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-3/+6
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-28/+27
2024-10-18gcc/: Rename array_type_nelts => array_type_nelts_minus_oneAlejandro Colomar1-1/+1
2024-09-24Fortran: Assign allocated caf-memory to scalar members [PR84870]Andre Vehreschild1-0/+2
2024-09-21fortran: Inline integral MINLOC/MAXLOC with no DIM and no MASK [PR90608]Mikael Morin1-14/+54
2024-09-21fortran: Outline array bound check generation codeMikael Morin1-154/+143
2024-09-21fortran: Inline MINLOC/MAXLOC with no DIM and ARRAY of rank 1 [PR90608]Mikael Morin1-0/+25
2024-09-19Fix deep copy allocatable components in coarrays. [PR85002]Andre Vehreschild1-8/+8
2024-08-23Revert "Fortran: Fix class transformational intrinsic calls [PR102689]"Paul Thomas1-117/+29
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-8/+25
2024-08-06Fortran: Fix class transformational intrinsic calls [PR102689]Paul Thomas1-29/+117
2024-07-19Fortran: character array constructor with >= 4 constant elements [PR103115]Harald Anlauf1-1/+3
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild1-3/+50
2024-07-18Fortran: Suppress bogus used uninitialized warnings [PR108889].Paul Thomas1-0/+43
2024-07-11Fix bootstrap broken by gcc-15-1965-ge4f2f46e015Andre Vehreschild1-1/+1
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild1-41/+163
2024-07-08fortran: Move definition of variable closer to its usesMikael Morin1-14/+19
2024-06-28Use gfc_reset_vptr more consistently.Andre Vehreschild1-28/+6
2024-06-24Fortran: fix passing of optional dummy as actual to optional argument [PR55978]Harald Anlauf1-4/+16
2024-06-20Fortran: Auto array allocation with function dependencies [PR59104]Paul Thomas1-3/+12
2024-06-07Add finalizer creation to array constructor for functions of derived type.Andre Vehreschild1-1/+17
2024-05-24Fortran: fix bounds check for assignment, class component [PR86100]Harald Anlauf1-1/+6
2024-05-13Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]Paul Thomas1-0/+5
2024-05-05Fortran: fix issues with class(*) assignment [PR114827]Harald Anlauf1-0/+16
2024-03-21Fortran: improve array component description in runtime error message [PR30802]Harald Anlauf1-47/+85
2024-03-20Use integer_{zero,one}_node some moreJakub Jelinek1-1/+1
2024-03-17Fortran: fix for absent array argument passed to optional dummy [PR101135]Harald Anlauf1-0/+11
2024-02-17Fortran: deferred length of character variables shall not get lost [PR113911]Harald Anlauf1-1/+1
2024-02-12Fortran: Set the length of an allocatable characterSteve Kargl1-0/+3
2024-01-27Fortran: fix bounds-checking errors for CLASS array dummies [PR104908]Harald Anlauf1-1/+4
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