aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/interface.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-14re PR fortran/44135 (Negative array bounds lead to spurious warning)Steven G. Kargl1-2/+2
2010-04-29[multiple changes]Paul Thomas1-2/+2
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-2/+146
2010-04-01ioparm.def: Update copyright.Paul Thomas1-1/+2
2010-02-03re PR fortran/42936 (Result of passing NULL() as actual arg doesn't inherit c...Tobias Burnus1-3/+5
2010-01-17re PR fortran/42677 (Bogus Error: Ambiguous interfaces '...' in intrinsic ass...Janus Weil1-11/+9
2010-01-15re PR fortran/42684 (ICE when interface operator(xx) available through host a...Jerry DeLisle1-1/+3
2009-12-27re PR fortran/22552 (Would like warning when an undeclared function is called)Francois-Xavier Coudert1-6/+12
2009-11-05re PR fortran/41556 ([OOP] Errors in applying operator/assignment to an abstr...Janus Weil1-3/+6
2009-11-04[multiple changes]Janus Weil1-0/+1
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus1-3/+8
2009-08-27re PR fortran/40869 ([F03] PPC assignment checking)Janus Weil1-11/+12
2009-08-27re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-49/+199
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil1-27/+27
2009-08-10re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft1-49/+60
2009-07-27re PR fortran/40848 (ICE with alternate returns)Janus Weil1-7/+2
2009-07-09re PR fortran/40646 ([F03] array-valued procedure pointer components)Janus Weil1-2/+2
2009-07-04re PR fortran/40593 (Proc-pointer returning function as actual argument)Janus Weil1-1/+4
2009-06-24re PR fortran/40427 ([F03] Procedure Pointer Components with OPTIONAL arguments)Janus Weil1-0/+44
2009-06-22re PR fortran/37254 (Reject valid PROCEDURE statement with implicit interface)Janus Weil1-3/+8
2009-06-22re PR fortran/40443 (Elemental procedure in genericl interface incorrectly se...Paul Thomas1-2/+12
2009-06-21re PR fortran/39850 (Too strict checking for procedures as actual argument)Janus Weil1-4/+12
2009-06-16re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil1-71/+94
2009-06-11interface.c (fold_unary): Rename to...Jakub Jelinek1-3/+4
2009-05-18re PR fortran/36947 (Attributes not fully checked comparing actual vs dummy p...Janus Weil1-8/+18
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-3/+3
2009-05-13gfortran.h (gfc_code): Rename struct member expr to expr1.Steven G. Kargl1-2/+2
2009-05-06re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil1-2/+3
2009-04-22re PR fortran/39735 (procedure pointer assignments: return value is not checked)Janus Weil1-147/+20
2009-04-07re PR other/38920 (dw2 exceptions don't work.)Janus Weil1-12/+19
2009-02-26re PR fortran/39295 (Too strict interface conformance check)Paul Thomas1-4/+13
2009-01-09check.c: Update copyright year.Paul Thomas1-1/+1
2009-01-06re PR fortran/38220 (C_LOC intrinsic non-pure and without explicit interface)Thomas Koenig1-2/+5
2009-01-04re PR fortran/38665 (ICE in check_host_association)Paul Thomas1-0/+1
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