]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/fortran/expr.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / fortran / expr.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-10  Harald AnlaufFortran: allow NULL() for POINTER, OPTIONAL, CONTIGUOUS...
2023-10-27  Paul ThomasFortran: Fix some problems with SELECT TYPE selectors...
2023-07-12  Andre Vehreschildgfortran: Allow ref'ing PDT's len() in parameter-initia...
2023-06-28  Paul ThomasFortran: Enable class expressions in structure construc...
2023-06-21  Paul ThomasFortran: Fix some bugs in associate [PR87477]
2023-05-19  Bernhard Reutner... fortran: Use CLASS_DATA from gfortran.h
2023-05-18  Bernhard Reutner... Fortran: Narrow return types [PR78798]
2023-05-15  Harald AnlaufFortran: CLASS pointer function result in variable...
2023-05-08  Bernhard Reutner... Fortran: Fix mpz and mpfr memory leaks [PR fortran...
2023-04-28  Tobias BurnusFortran: Fix (mostly) comment typos
2023-04-04  Harald AnlaufFortran: reject module variable as character length...
2023-03-24  Harald AnlaufFortran: fix FE memleak with BOZ expressions.
2023-02-24  Mikael Morinfortran: Plug leak of associated_dummy memory. [PR108923]
2023-02-01  Harald AnlaufFortran: error recovery on invalid array section [PR108609]
2023-01-19  Harald AnlaufFortran: error recovery for invalid CLASS component...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-10-20  Harald AnlaufFortran: error recovery with references of bad array...
2022-09-20  Harald AnlaufFortran: NULL pointer dereference in invalid simplifica...
2022-05-11  Harald AnlaufFortran: fix error recovery on invalid array section
2022-03-09  Harald AnlaufFortran: improve error recovery on invalid array section
2022-02-14  Harald AnlaufFortran: improve error recovery on bad array section
2022-01-27  Harald AnlaufFortran: fix issues with internal conversion between...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-17  Martin LiskaRename .c files to .cc files.