summaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.cc
AgeCommit message (Expand)Author
2025-09-27Fortran: Revert r16-4069 causing memory leaks in f951 [PR87908]Paul Thomas
2025-09-24Fortran: Fix ICE in check_interface [PR87908]Paul Thomas
2025-08-29Fortran: improve compile-time checking of character dummy arguments [PR93330]Harald Anlauf
2025-07-16Fortran: Fix ICE in ASSOCIATE with user defined operator [PR121060]Paul Thomas
2025-06-27Fortran: follow-up fix to checking of renamed-on-use interface name [PR120784]Harald Anlauf
2025-06-23Fortran: fix checking of renamed-on-use interface name [PR120784]Harald Anlauf
2025-05-30Type mismatch for passed external functionThomas Koenig
2025-05-06Fix PR 119928, formal arguments used to wrongly inferred for CLASS.Thomas Koenig
2025-04-13Fix ICE in compare_parameter.Thomas Koenig
2025-04-09Fortran: fix issue with impure elemental subroutine and interface [PR119656]Harald Anlauf
2025-03-21Fortran: Fix typo in error message.Jerry DeLisle
2025-03-09Use gfc_commit_symbol() to remove UNDO status instead of new function.Thomas Koenig
2025-03-08Fix regression with -Wexternal-argument-mismatch.Thomas Koenig
2025-02-13Fix LAPACK build error due to global symbol checking.Thomas Koenig
2025-02-10This improves an error message, avoiding at ... at.Thomas Koenig
2025-02-09Test procedure dummy arguments against global symbols, if available.Thomas Koenig
2025-01-02Update copyright years.Jakub Jelinek
2024-12-21Fortran: fix passing of NULL() to assumed-rank, derived type dummy [PR104819]Harald Anlauf
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-11-18Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]Harald Anlauf
2024-11-06Fortran: F2008 passing of internal procs to a proc pointer [PR117434]Paul Thomas
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-10-23Fortran: Generic processing of assumed rank objects (f202y) [PR116733]Paul Thomas
2024-07-18Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]Andre Vehreschild
2024-04-02Fortran: Add error for subroutine passed to a variable dummy [PR106999]Paul Thomas
2024-03-22Fortran: no size check passing NULL() without MOLD argument [PR55978]Harald Anlauf
2024-03-01Fortran: improve checks of NULL without MOLD as actual argument [PR104819]Harald Anlauf
2024-01-03Update copyright years.Jakub Jelinek
2023-11-03Fortran: Defined operators with unlimited polymorphic args [PR98498]Paul Thomas
2023-10-26Fortran: Fix incompatible types between INTEGER(8) and TYPE(c_ptr)Paul-Antoine Arras
2023-08-30fortran: Restore interface to its previous state on error [PR48776]Mikael Morin
2023-05-16Fortran: Fix an assortment of bugsPaul Thomas
2023-04-22Fortran: function results never have the ALLOCATABLE attribute [PR109500]Harald Anlauf
2023-04-12Fortran: resolve correct generic with TYPE(C_PTR) arguments [PR61615,PR99982]Harald Anlauf
2023-03-15Fortran: rank checking with explicit-/assumed-size arrays and CLASS [PR58331]Harald Anlauf
2023-01-23Fortran: avoid ICE on invalid array subscript triplets [PR108501]Harald Anlauf
2023-01-17Fortran: fix ICE in get_expr_storage_size [PR108421]Harald Anlauf
2023-01-16Update copyright years.Jakub Jelinek
2022-12-11Fortran: fix ICE on bad use of statement function [PR107995]Steve Kargl
2022-11-18Fortran: reject NULL actual argument without explicit interface [PR107576]Harald Anlauf
2022-11-16Fortran: ICE on procedure arguments with non-integer length [PR107707]Steve Kargl
2022-11-13Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104]José Rui Faustino de Sousa
2022-09-20Fortran: F2018 type(*),dimension(*) with scalars [PR104143]Tobias Burnus
2022-07-26Fortran: error recovery from calculation of storage size of a symbol [PR103504]Harald Anlauf
2022-04-24fortran: Detect duplicate unlimited polymorphic types [PR103662]Mikael Morin
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-17Rename .c files to .cc files.Martin Liska