index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
interface.cc
Age
Commit message (
Expand
)
Author
2025-09-27
Fortran: Revert r16-4069 causing memory leaks in f951 [PR87908]
Paul Thomas
2025-09-24
Fortran: Fix ICE in check_interface [PR87908]
Paul Thomas
2025-08-29
Fortran: improve compile-time checking of character dummy arguments [PR93330]
Harald Anlauf
2025-07-16
Fortran: Fix ICE in ASSOCIATE with user defined operator [PR121060]
Paul Thomas
2025-06-27
Fortran: follow-up fix to checking of renamed-on-use interface name [PR120784]
Harald Anlauf
2025-06-23
Fortran: fix checking of renamed-on-use interface name [PR120784]
Harald Anlauf
2025-05-30
Type mismatch for passed external function
Thomas Koenig
2025-05-06
Fix PR 119928, formal arguments used to wrongly inferred for CLASS.
Thomas Koenig
2025-04-13
Fix ICE in compare_parameter.
Thomas Koenig
2025-04-09
Fortran: fix issue with impure elemental subroutine and interface [PR119656]
Harald Anlauf
2025-03-21
Fortran: Fix typo in error message.
Jerry DeLisle
2025-03-09
Use gfc_commit_symbol() to remove UNDO status instead of new function.
Thomas Koenig
2025-03-08
Fix regression with -Wexternal-argument-mismatch.
Thomas Koenig
2025-02-13
Fix LAPACK build error due to global symbol checking.
Thomas Koenig
2025-02-10
This improves an error message, avoiding at ... at.
Thomas Koenig
2025-02-09
Test procedure dummy arguments against global symbols, if available.
Thomas Koenig
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-21
Fortran: fix passing of NULL() to assumed-rank, derived type dummy [PR104819]
Harald Anlauf
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
2024-11-18
Fortran: add bounds-checking for ALLOCATE of CHARACTER with type-spec [PR53357]
Harald Anlauf
2024-11-06
Fortran: F2008 passing of internal procs to a proc pointer [PR117434]
Paul Thomas
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
2024-10-23
Fortran: Generic processing of assumed rank objects (f202y) [PR116733]
Paul Thomas
2024-07-18
Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]
Andre Vehreschild
2024-04-02
Fortran: Add error for subroutine passed to a variable dummy [PR106999]
Paul Thomas
2024-03-22
Fortran: no size check passing NULL() without MOLD argument [PR55978]
Harald Anlauf
2024-03-01
Fortran: improve checks of NULL without MOLD as actual argument [PR104819]
Harald Anlauf
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-03
Fortran: Defined operators with unlimited polymorphic args [PR98498]
Paul Thomas
2023-10-26
Fortran: Fix incompatible types between INTEGER(8) and TYPE(c_ptr)
Paul-Antoine Arras
2023-08-30
fortran: Restore interface to its previous state on error [PR48776]
Mikael Morin
2023-05-16
Fortran: Fix an assortment of bugs
Paul Thomas
2023-04-22
Fortran: function results never have the ALLOCATABLE attribute [PR109500]
Harald Anlauf
2023-04-12
Fortran: resolve correct generic with TYPE(C_PTR) arguments [PR61615,PR99982]
Harald Anlauf
2023-03-15
Fortran: rank checking with explicit-/assumed-size arrays and CLASS [PR58331]
Harald Anlauf
2023-01-23
Fortran: avoid ICE on invalid array subscript triplets [PR108501]
Harald Anlauf
2023-01-17
Fortran: fix ICE in get_expr_storage_size [PR108421]
Harald Anlauf
2023-01-16
Update copyright years.
Jakub Jelinek
2022-12-11
Fortran: fix ICE on bad use of statement function [PR107995]
Steve Kargl
2022-11-18
Fortran: reject NULL actual argument without explicit interface [PR107576]
Harald Anlauf
2022-11-16
Fortran: ICE on procedure arguments with non-integer length [PR107707]
Steve Kargl
2022-11-13
Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104]
José Rui Faustino de Sousa
2022-09-20
Fortran: F2018 type(*),dimension(*) with scalars [PR104143]
Tobias Burnus
2022-07-26
Fortran: error recovery from calculation of storage size of a symbol [PR103504]
Harald Anlauf
2022-04-24
fortran: Detect duplicate unlimited polymorphic types [PR103662]
Mikael Morin
2022-01-17
Change references of .c files to .cc files
Martin Liska
2022-01-17
Rename .c files to .cc files.
Martin Liska