aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.cc
AgeCommit message (Expand)AuthorFilesLines
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