aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/frontend-passes.cc
AgeCommit message (Expand)AuthorFilesLines
2025-04-22Fortran: Improve F2018 TEAM handling [PR87326, PR87556, PR88254, PR103896]Andre Vehreschild1-0/+1
2025-03-11Abstract interfaces and dummy arguments are not global.Thomas Koenig1-1/+2
2025-02-15Fix PR 118884, Lapack build failure.Thomas Koenig1-0/+1
2025-01-27Fortran: fix bogus diagnostics on renamed interface import [PR110993]Harald Anlauf1-0/+7
2025-01-13Fortran: Add LOCALITY support for DO_CONCURRENTAnuj Mohite1-4/+4
2025-01-12Fix union member access for EXEC_INQUIRE.Thomas Koenig1-1/+1
2025-01-02OpenMP: Fortran front-end support for dispatch + adjust_argsPaul-Antoine Arras1-0/+2
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-3/+16
2024-09-21fortran: Remove MINLOC/MAXLOC frontend optimizationMikael Morin1-58/+0
2024-09-21fortran: Disable frontend passes for inlinable MINLOC/MAXLOC [PR90608]Mikael Morin1-1/+2
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-0/+5
2024-03-18Fortran: error recovery in frontend optimization [PR103715]Harald Anlauf1-0/+3
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-25OpenMP/Fortran: Group handling of 'if' clause without and with modifierThomas Schwinge1-2/+2
2023-10-17Fortran: out of bounds access with nested implied-do IO [PR111837]Harald Anlauf1-1/+1
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-3/+3
2023-02-24Fortran: frontend passes do_subscript leaks gmp memory [PR108924]Harald Anlauf1-1/+4
2023-02-15Fortran: error recovery on checking procedure argument intent [PR103608]Steve Kargl1-1/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-10Fortran: frontend passes do_subscript leaks gmp memory [PR97345]Harald Anlauf1-1/+12
2022-05-16Use more ARRAY_SIZE.Martin Liska1-3/+1
2022-03-08Fortran: do not frontend-optimize MINLOC/MAXLOC for character arraysHarald Anlauf1-0/+1
2022-03-07Fortran: Fix typosTobias Burnus1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5951