aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-12Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788]Harald Anlauf1-0/+1
2025-01-07Fortran: Extend cylic type detection for deallocate [PR116669]Andre Vehreschild1-11/+27
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-22Fortran: fix front-end GMP memleaksHarald Anlauf1-3/+11
2024-12-09Fortran: fix two minor front-end GMP memleaksHarald Anlauf1-2/+2
2024-11-26Fortran: fix minor front-end memleaksHarald Anlauf1-1/+5
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-20Fortran: fix checking of protected variables in submodules [PR83135]Harald Anlauf1-5/+35
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-1/+25
2024-10-19Fortran: Add range-based diagnosticTobias Burnus1-1/+2
2024-09-24Implement MATMUL and DOT_PRODUCT for unsigned.Thomas Koenig1-0/+13
2024-09-07Implement first part of unsigned integers for Fortran.Thomas Koenig1-2/+4
2024-08-19Allow coarrays in select type. [PR46371, PR56496]Andre Vehreschild1-0/+4
2024-08-15Add corank to gfc_expr.Andre Vehreschild1-33/+18
2024-06-07Fix returned type to be allocatable for user-functions.Andre Vehreschild1-5/+8
2024-05-23Fortran: Fix ICEs due to comp calls in initialization exprs [PR103312]Paul Thomas1-0/+5
2024-05-11Fortran: fix dependency checks for inquiry refs [PR115039]Harald Anlauf1-1/+1
2024-04-29Fortran: add SELECTED_LOGICAL_KINDFrancois-Xavier Coudert1-1/+10
2024-03-28fortran: Fix specification expression check in submodules [PR114475]Mikael Morin1-0/+1
2024-03-22fortran: Fix specification expression error with dummy procedures [PR111781]Mikael Morin1-7/+1
2024-03-15Fortran: Fix class/derived/complex function associate selectors [PR87477]Paul Thomas1-0/+5
2024-03-13Fortran: fix IS_CONTIGUOUS for polymorphic dummy arguments [PR114001]Harald Anlauf1-9/+10
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-10Fortran: allow NULL() for POINTER, OPTIONAL, CONTIGUOUS dummy [PR111503]Harald Anlauf1-0/+14
2023-10-27Fortran: Fix some problems with SELECT TYPE selectors [PR104625].Paul Thomas1-1/+2
2023-07-12gfortran: Allow ref'ing PDT's len() in parameter-initializer.Andre Vehreschild1-3/+28
2023-06-28Fortran: Enable class expressions in structure constructors [PR49213]Paul Thomas1-3/+1
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-0/+26
2023-05-19fortran: Use CLASS_DATA from gfortran.hBernhard Reutner-Fischer1-3/+3
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer1-3/+3
2023-05-15Fortran: CLASS pointer function result in variable definition context [PR109846]Harald Anlauf1-1/+1
2023-05-08Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800]Bernhard Reutner-Fischer1-4/+4
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-1/+1
2023-04-04Fortran: reject module variable as character length in PARAMETER [PR104349]Harald Anlauf1-2/+0
2023-03-24Fortran: fix FE memleak with BOZ expressions.Harald Anlauf1-0/+4
2023-02-24fortran: Plug leak of associated_dummy memory. [PR108923]Mikael Morin1-0/+7
2023-02-01Fortran: error recovery on invalid array section [PR108609]Harald Anlauf1-1/+5
2023-01-19Fortran: error recovery for invalid CLASS component [PR108434]Harald Anlauf1-2/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-20Fortran: error recovery with references of bad array constructors [PR105633]Harald Anlauf1-3/+7
2022-09-20Fortran: NULL pointer dereference in invalid simplification [PR106985]Harald Anlauf1-1/+2
2022-05-11Fortran: fix error recovery on invalid array sectionHarald Anlauf1-2/+2
2022-03-09Fortran: improve error recovery on invalid array sectionHarald Anlauf1-1/+3
2022-02-14Fortran: improve error recovery on bad array sectionHarald Anlauf1-1/+7
2022-01-27Fortran: fix issues with internal conversion between default and wide charHarald Anlauf1-1/+2
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+6507