aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-21Fortran: fix passing of NULL() to assumed-rank, derived type dummy [PR104819]Harald Anlauf1-10/+32
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-18Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]Harald Anlauf1-3/+24
2024-11-06Fortran: F2008 passing of internal procs to a proc pointer [PR117434]Paul Thomas1-2/+7
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas1-0/+10
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild1-0/+7
2024-04-02Fortran: Add error for subroutine passed to a variable dummy [PR106999]Paul Thomas1-1/+19
2024-03-22Fortran: no size check passing NULL() without MOLD argument [PR55978]Harald Anlauf1-0/+4
2024-03-01Fortran: improve checks of NULL without MOLD as actual argument [PR104819]Harald Anlauf1-0/+30
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