index
:
riscv-gnu-toolchain/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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
interface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-02
re PR fortran/33542 (gfortran does not detect ambigious specific names if the...
Paul Thomas
1
-1
/
+2
2007-09-04
decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...
Janus Weil
1
-1
/
+2
2007-08-30
re PR fortran/33228 (Accepts use-associated functions in MODULE PROCEDURE)
Tobias Burnus
1
-7
/
+10
2007-08-18
[multiple changes]
Tobias Burnus
1
-2
/
+32
2007-08-12
re PR fortran/32860 (Support %ld (for "long") for gfc_warning)
Francois-Xavier Coudert
1
-6
/
+6
2007-08-01
arith.c: Change copyright header to refer to version 3 of the GNU General Pub...
Nick Clifton
1
-4
/
+3
2007-07-28
gfortran.h, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-07-08
re PR fortran/17711 (Wrong operator name in error message)
Daniel Franke
1
-8
/
+177
2007-07-08
re PR fortran/32669 ("Actual argument contains too few elements for dummy arg...
Tobias Burnus
1
-3
/
+8
2007-07-07
decl.c, [...]: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2007-07-03
re PR fortran/30940 (Fortran 2003: Scalar CHARACTER supplied to array dummy)
Tobias Burnus
1
-16
/
+187
2007-07-02
[multiple changes]
Christopher D. Rickett
1
-2
/
+21
2007-06-24
re PR fortran/32460 (structure constructor not allowed if a USEd type has pri...
Tobias Burnus
1
-0
/
+3
2007-06-13
re PR fortran/32323 (Accepts invalid vector subscript actual argument for int...
Tobias Burnus
1
-0
/
+36
2007-06-07
decl.c: Miscellaneous whitespace fixes.
Steven G. Kargl
1
-14
/
+13
2007-05-04
re PR fortran/25071 (dummy argument larger than actual argument)
Tobias Burnus
1
-0
/
+28
2007-03-25
re PR fortran/30877 (Extending intrinsic operators)
Francois-Xavier Coudert
1
-77
/
+104
2007-01-31
re PR fortran/30520 (Conflics checking of VOLATILE attribute needs improvement)
Tobias Burnus
1
-0
/
+48
2007-01-08
interface.c, [...]: Update Copyright years.
Steven G. Kargl
1
-144
/
+114
2007-01-05
re PR fortran/29624 (Fortran 2003: Support intent for pointers)
Tobias Burnus
1
-5
/
+23
2007-01-04
re PR fortran/30235 ([4.1 only] missing alternate return argument with explic...
Brooks Moses
1
-0
/
+7
2007-01-02
re PR fortran/20896 (ambiguous interface not detected)
Paul Thomas
1
-5
/
+0
2006-12-31
re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)
Paul Thomas
1
-1
/
+2
2006-12-27
interface.c (compare_actual_formal): Remove unused variable gsym.
Gerald Pfeifer
1
-1
/
+0
2006-12-27
re PR fortran/20896 (ambiguous interface not detected)
Paul Thomas
1
-10
/
+9
2006-12-22
* interface.c: Fix a comment typo.
Kazu Hirata
1
-1
/
+1
2006-12-20
re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)
Paul Thomas
1
-0
/
+13
2006-12-19
re PR fortran/30236 ([4.1 only]alternate-return subroutine in generic interfa...
Paul Thomas
1
-6
/
+8
2006-12-10
re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)
Tobias Burnus
1
-0
/
+40
2006-12-09
re PR other/29975 ([meta-bugs] ICEs with CP2K)
Paul Thomas
1
-19
/
+27
2006-11-24
re PR fortran/20880 (USE association of procedure's own interface)
Paul Thomas
1
-2
/
+3
2006-11-22
re PR fortran/29652 (ambiguous interface declaration undetected)
Paul Thomas
1
-3
/
+3
2006-11-11
data.c: Add 2006 to copyright years.
Tobias Schlüter
1
-1
/
+2
2006-10-08
[multiple changes]
Paul Thomas
1
-0
/
+3
2006-08-30
re PR fortran/28885 (ICE passing components of array of derived type)
Paul Thomas
1
-1
/
+24
2006-07-05
re PR fortran/20892 (dummy procedure can't be generic)
Francois-Xavier Coudert
1
-0
/
+7
2006-06-25
re PR fortran/25056 (non-PURE function should not be a valid argument)
Paul Thomas
1
-0
/
+11
2006-06-01
re PR fortran/25098 (Variable as actual argument for procedure dummy argument...
Paul Thomas
1
-1
/
+21
2006-05-21
re PR fortran/25746 (Elemental assignment gives wrong result)
Paul Thomas
1
-1
/
+1
2006-03-19
re PR fortran/26716 (gfortran: incorrect choice of overloaded function)
Paul Thomas
1
-8
/
+9
2006-03-05
re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))
Erik Edelmann
1
-0
/
+29
2006-02-09
re PR fortran/26038 (ICE on allocation of assumed length CHARACTER dummy.)
Paul Thomas
1
-10
/
+10
2006-01-29
re PR fortran/18578 (intent(inout) violation is not detected)
Paul Thomas
1
-0
/
+10
2005-12-30
re PR fortran/22607 (Elemental character functions don't work)
Erik Edelmann
1
-0
/
+1
2005-12-22
re PR fortran/20889 (type in a structure-constructor differs from type in der...
Paul Thomas
1
-19
/
+33
2005-10-29
interface.c: Fix previous checkin (an incomplete patch was commited for me).
Steven Bosscher
1
-1
/
+1
2005-10-28
re PR fortran/24545 (gfortran bug regarding interface block with named END IN...
Steven G. Kargl
1
-1
/
+1
2005-10-21
interface.c (compare_actual_formal): Issue error when attempting to pass an a...
Jakub Jelinek
1
-0
/
+15
2005-09-22
re PR fortran/24005 (Ambiguous INTERFACE leads to seg fault)
Steven G. Kargl
1
-2
/
+1
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
[next]