aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.cc
AgeCommit message (Expand)AuthorFilesLines
2025-08-31Fortran: Pass PDTs to dummies with VALUE attribute [PR99709]Paul Thomas1-1/+11
2025-08-28Fortran: Implement correct form of PDT constructors [PR82205]Paul Thomas1-0/+10
2025-08-05fortran: Remove array bound update after constructor expansionMikael Morin1-1/+0
2025-08-05fortran: Remove premature initialization of a function result's spanMikael Morin1-8/+0
2025-08-05fortran: Use array descriptor offset setter when possibleMikael Morin1-5/+4
2025-08-05fortran: Remove array descriptor data address accessor functionMikael Morin1-10/+0
2025-07-31fortran: Evaluate class function bounds in the scalarizer [PR121342]Mikael Morin1-22/+94
2025-07-30fortran: Remove useless elements count variableMikael Morin1-7/+5
2025-07-27fortran: Trigger reference saving on pointer dereference [PR121185]Mikael Morin1-18/+36
2025-07-21fortran: Factor array descriptor referencesMikael Morin1-1/+143
2025-07-15fortran: Amend descriptor bounds init if unallocatedMikael Morin1-43/+49
2025-07-15fortran: Delay evaluation of array bounds after reallocationMikael Morin1-40/+97
2025-06-26Fortran: Fix out of bounds access in structure constructor's clean up [PR120711]Andre Vehreschild1-4/+6
2025-06-19fortran: Statically initialize length of SAVEd character arraysMikael Morin1-2/+10
2025-03-21Fortran: Fix freeing procedure pointer components [PR119380]Andre Vehreschild1-1/+1
2025-03-19Fortran: fix bogus bounds check for reallocation on assignment [PR116706]Harald Anlauf1-3/+1
2025-03-12Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903]Andre Vehreschild1-0/+9
2025-03-05Fortran: Add view convert to pointer assign when only pointer/alloc attr diff...Andre Vehreschild1-1/+9
2025-03-03Fortran: Fix regression on double free on elemental function [PR118747]Andre Vehreschild1-7/+4
2025-02-21Fortran: initialize non-saved pointers with -fcheck=pointer [PR48958]Harald Anlauf1-2/+5
2025-02-21Fortran: Improve gfc_array_kind for assumed rank; gfc_tree_array_size on 'tree'Tobias Burnus1-20/+21
2025-01-20Fortran: do not copy back for parameter actual arguments [PR81978]Harald Anlauf1-2/+8
2025-01-07Fortran: Ensure deep copy of allocatable components in cylic types [PR114612]Andre Vehreschild1-4/+3
2025-01-07Fortran: Extend cylic type detection for deallocate [PR116669]Andre Vehreschild1-9/+16
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-23Fortran: Bugs found in class_transformational_1/2.f90[PR116254/118059].Paul Thomas1-20/+27
2024-12-22Fortran: Remove adding and removing of caf_get. [PR107635]Andre Vehreschild1-16/+14
2024-12-20Fortran: potential aliasing of complex pointer inquiry references [PR118120]Harald Anlauf1-6/+11
2024-12-12Fortran: Fix testsuite regressions after r15-5083 [PR117797]Paul Thomas1-35/+26
2024-12-09Fortran: Fix testsuite regressions after r15-5897 [PR116261/PR117901]Paul Thomas1-4/+6
2024-12-03Fortran: Fix class transformational intrinsic calls [PR102689]Paul Thomas1-29/+128
2024-11-26Fortran: Partial reversion of r15-5083 [PR117763]Paul Thomas1-6/+10
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
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