aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-03Fortran: Defined operators with unlimited polymorphic args [PR98498]Paul Thomas1-0/+11
2023-10-26Fortran: Fix incompatible types between INTEGER(8) and TYPE(c_ptr)Paul-Antoine Arras1-4/+12
2023-08-30fortran: Restore interface to its previous state on error [PR48776]Mikael Morin1-5/+34
2023-05-16Fortran: Fix an assortment of bugsPaul Thomas1-0/+10
2023-04-22Fortran: function results never have the ALLOCATABLE attribute [PR109500]Harald Anlauf1-0/+12
2023-04-12Fortran: resolve correct generic with TYPE(C_PTR) arguments [PR61615,PR99982]Harald Anlauf1-1/+17
2023-03-15Fortran: rank checking with explicit-/assumed-size arrays and CLASS [PR58331]Harald Anlauf1-7/+20
2023-01-23Fortran: avoid ICE on invalid array subscript triplets [PR108501]Harald Anlauf1-7/+16
2023-01-17Fortran: fix ICE in get_expr_storage_size [PR108421]Harald Anlauf1-1/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-11Fortran: fix ICE on bad use of statement function [PR107995]Steve Kargl1-0/+6
2022-11-18Fortran: reject NULL actual argument without explicit interface [PR107576]Harald Anlauf1-0/+8
2022-11-16Fortran: ICE on procedure arguments with non-integer length [PR107707]Steve Kargl1-0/+2
2022-11-13Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104]José Rui Faustino de Sousa1-17/+31
2022-09-20Fortran: F2018 type(*),dimension(*) with scalars [PR104143]Tobias Burnus1-1/+10
2022-07-26Fortran: error recovery from calculation of storage size of a symbol [PR103504]Harald Anlauf1-2/+5
2022-04-24fortran: Detect duplicate unlimited polymorphic types [PR103662]Mikael Morin1-4/+15
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5589