aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-23re PR fortran/37588 (GENERIC type-bound procedure is not resolved)Daniel Kraft1-16/+30
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-11/+10
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-5/+5
2008-08-08gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft1-4/+4
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-8/+8
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-36/+36
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-78/+78
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-0/+11
2008-06-24re PR fortran/36371 (Wrong locus for errors in DATA statement)Paul Thomas1-1/+1
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-05-28re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil1-2/+1
2008-05-14re PR fortran/36233 (Array valued actual procedure argument rejected)Paul Thomas1-1/+3
2008-05-01gfortran.h (struct gfc_symbol): Moving "interface" member to gfc_typespec (pl...Janus Weil1-3/+3
2008-03-19re PR fortran/35152 (Implicit procedure with keyword=argument is accepted)Daniel Franke1-3/+20
2008-02-26re PR fortran/35033 (Valid ASSIGNMENT(=) rejected)Tobias Burnus1-12/+18
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-01-22re PR fortran/34848 (internal compiler error with optional argument of charac...Tobias Burnus1-1/+1
2008-01-21re PR fortran/34901 (add kind information to mismatched-types error message)Tobias Burnus1-11/+3
2008-01-19re PR fortran/32616 ("Too short actual argument" for array element storage se...Tobias Burnus1-27/+71
2008-01-16re PR fortran/34796 (Too strict error checking for assumed-shaped array)Tobias Burnus1-3/+22
2008-01-13re PR fortran/34665 (Cannot pass scalar to array argument 'a')Tobias Burnus1-51/+95
2008-01-06re PR fortran/34689 (libgomp.fortran/appendix-a/a.33.3.f90 -O (test for exc...Tobias Burnus1-1/+2
2008-01-06re PR fortran/34662 (inout argument with parameter)Tobias Burnus1-3/+5
2007-12-31re PR fortran/34558 (ICE with same TYPE in both program and interface)Paul Thomas1-6/+8
2007-12-31re PR fortran/34558 (ICE with same TYPE in both program and interface)Paul Thomas1-1/+11
2007-12-10re PR fortran/34425 (bogus warning)Tobias Burnus1-2/+2
2007-11-27re PR fortran/33541 (gfortran wrongly imports renamed-use-associated symbol u...Paul Thomas1-1/+1
2007-11-17re PR fortran/25252 (ICE on invalid code)Francois-Xavier Coudert1-0/+46
2007-11-14re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle1-2/+77
2007-11-08re PR fortran/33917 (Rejects valid PROCEDURE declarations)Tobias Burnus1-1/+3
2007-10-31re PR fortran/33162 (INTRINSIC functions as ACTUAL argument)Jerry DeLisle1-2/+56
2007-10-04re PR fortran/33542 (gfortran does not detect ambigious specific names if the...Paul Thomas1-2/+1
2007-10-02re PR fortran/33542 (gfortran does not detect ambigious specific names if the...Paul Thomas1-1/+2
2007-09-04decl.c (match_procedure_decl,match_procedure_in_interface, [...]): Handle PRO...Janus Weil1-1/+2
2007-08-30re PR fortran/33228 (Accepts use-associated functions in MODULE PROCEDURE)Tobias Burnus1-7/+10
2007-08-18[multiple changes]Tobias Burnus1-2/+32
2007-08-12re PR fortran/32860 (Support %ld (for "long") for gfc_warning)Francois-Xavier Coudert1-6/+6
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-28gfortran.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-08re PR fortran/17711 (Wrong operator name in error message)Daniel Franke1-8/+177
2007-07-08re PR fortran/32669 ("Actual argument contains too few elements for dummy arg...Tobias Burnus1-3/+8
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-03re PR fortran/30940 (Fortran 2003: Scalar CHARACTER supplied to array dummy)Tobias Burnus1-16/+187
2007-07-02[multiple changes]Christopher D. Rickett1-2/+21
2007-06-24re PR fortran/32460 (structure constructor not allowed if a USEd type has pri...Tobias Burnus1-0/+3
2007-06-13re PR fortran/32323 (Accepts invalid vector subscript actual argument for int...Tobias Burnus1-0/+36
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-14/+13
2007-05-04re PR fortran/25071 (dummy argument larger than actual argument)Tobias Burnus1-0/+28
2007-03-25re PR fortran/30877 (Extending intrinsic operators)Francois-Xavier Coudert1-77/+104