aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Fortran: Generate new charlens for shared symbol typespecs [PR89462]Paul Thomas1-4/+7
2024-02-28Fortran - Error compiling PDT Type-bound Procedures [PR82943/86148/86268]Alexander Westbrooks1-0/+15
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-27Fortran: diagnostics of MODULE PROCEDURE declaration conflicts [PR104649]Harald Anlauf1-4/+17
2023-10-13Fortran: name conflict between internal procedure and derived type [PR104351]Harald Anlauf1-1/+3
2023-09-24Fortran: Pad mismatched charlens in component initializers [PR68155]Paul Thomas1-34/+50
2023-08-14fortran: New predicate gfc_length_one_character_type_pMikael Morin1-3/+1
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas1-0/+2
2023-06-08Fortran: Fix some more blockers in associate meta-bug [PR87477]Paul Thomas1-4/+5
2023-06-01Fortran: force error on bad KIND specifier [PR88552]Harald Anlauf1-0/+4
2023-05-23Fortran: Allow declaration of finalizable DT in a submodule [PR97122]Paul Thomas1-6/+7
2023-05-17Fortran: set shape of initializers of zero-sized arrays [PR95374,PR104352]Harald Anlauf1-2/+1
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-12/+12
2023-03-21Fortran: reject MODULE PROCEDURE outside generic module interface [PR99036]Harald Anlauf1-3/+4
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