aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.cc
AgeCommit message (Expand)AuthorFilesLines
2023-03-05Fortran: fix CLASS attribute handling [PR106856]Harald Anlauf1-30/+26
2023-02-13Fortran: Add !GCC$ attributes NOINLINE,NORETURN,WEAKRimvydas Jasinskas1-0/+3
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-29Modify checks to avoid referencing NULL pointer.Steve Kargl1-1/+3
2022-12-20Fortran: a C interoperable function cannot have the CLASS attribute [PR95375]Harald Anlauf1-4/+8
2022-12-17Add a check for invalid use of BOZ with a derived type.Steve Kargl1-0/+8
2022-09-02Fortran: avoid NULL pointer dereference on invalid DATA constant [PR99349]Harald Anlauf1-1/+2
2022-07-14Fortran: error recovery for bad initializers of implied-shape arrays [PR106209]Harald Anlauf1-2/+13
2022-06-30Fortran: error recovery on invalid CLASS(), PARAMETER declarations [PR105243]Harald Anlauf1-0/+8
2022-06-26Fortran: handle explicit-shape specs with constant bounds [PR105954]Harald Anlauf1-0/+12
2022-01-17Change references of .c files to .cc filesMartin Liska1-10/+10
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+11910