aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-02re PR fortran/36704 (Procedure pointer as function result)Janus Weil1-1/+1
2008-11-30re PR fortran/37779 (Missing RECURSIVE not detected)Daniel Kraft1-43/+77
2008-11-29re PR fortran/38289 ("procedure( ), pointer" rejected)Janus Weil1-1/+2
2008-11-24re PR fortran/37779 (Missing RECURSIVE not detected)Daniel Kraft1-3/+39
2008-11-22re PR fortran/38160 (C Binding: Kind parameter checking too strict and too late)Tobias Burnus1-4/+1
2008-11-16re PR fortran/35681 (wrong result for vector subscripted array expression in ...Mikael Morin1-1/+2
2008-11-12re PR fortran/38065 (private/public confusion with a contained function)Tobias Burnus1-2/+4
2008-11-03re PR fortran/37445 (Host-associated proc not found if same-name generic is u...Paul Thomas1-10/+24
2008-11-01re PR fortran/36426 (Endless loop in gfc_apply_interface_mapping_to_expr)Janus Weil1-0/+6
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-14/+17
2008-11-01re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil1-1/+19
2008-10-31[multiple changes]Mikael Morin1-15/+56
2008-10-16resolve.c (resolve_elemental_actual): Handle calls to intrinsic subroutines c...Daniel Kraft1-2/+10
2008-10-12re PR fortran/37792 (ICE in gfc_conv_array_initializer; works with -fno-range...Steven G. Kargl1-0/+4
2008-10-05re PR fortran/37638 (ICE in update_arglist_pass)Daniel Kraft1-0/+13
2008-09-23re PR fortran/37588 (GENERIC type-bound procedure is not resolved)Daniel Kraft1-2/+4
2008-09-21re PR fortran/37583 (ICE "insert_bbt(): Duplicate key" for self-calling ENTRY...Paul Thomas1-0/+9
2008-09-18re PR fortran/35945 (Complex module-based overloading fails)Paul Thomas1-2/+1
2008-09-17re PR fortran/37274 ([Regression on 4.3?] error: type name is ambiguous.)Paul Thomas1-39/+65
2008-09-09re PR fortran/37429 (Checks when assigning from a type-bound procedure broken)Daniel Kraft1-0/+9
2008-09-06[multiple changes]Tobias Burnus1-4/+5
2008-09-06re PR fortran/33229 (ICE with "intrinsic" plus calling a subroutine as function)Steven G. Kargl1-0/+10
2008-09-05re PR fortran/35837 (rej.valid: Host-associated SAVEd variable and PURE funct...Daniel Kraft1-2/+5
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-4/+6
2008-09-02gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft1-0/+59
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft1-14/+313
2008-08-28gfortran.h (enum expr_t): New value `EXPR_COMPCALL'.Daniel Kraft1-15/+157
2008-08-25gfortran.h (gfc_find_component): Add new arguments.Daniel Kraft1-0/+33
2008-08-24gfortran.h (gfc_typebound_proc): New struct.Daniel Kraft1-0/+319
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-17/+17
2008-08-14re PR fortran/36705 (Procedure pointers with attributes statements)Janus Weil1-0/+14
2008-08-08gfortran.h (gfc_finalizer): Replaced member `procedure' by two new members `p...Daniel Kraft1-9/+21
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-67/+67
2008-07-24re PR fortran/33141 (Intrinsic procedures: Improve warning/error with -std=*)Daniel Kraft1-15/+36
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-9/+9
2008-07-19gfortran.h (operator): Remove macro.Kaveh R. Ghazi1-13/+13
2008-07-19gfortran.h (protected): Remove macro.Kaveh R. Ghazi1-1/+1
2008-07-17re PR fortran/36825 ([F08] Rank > 7 arrays [will break library ABI] libgfor...Tobias Burnus1-1/+1
2008-07-12[multiple changes]Daniel Kraft1-1/+2
2008-07-02re PR fortran/32580 (iso_c_binding c_f_procpointer / procedure pointers)Janus Weil1-3/+4
2008-06-17re PR fortran/36112 (Bounds-checking on character length not working for arra...Daniel Kraft1-2/+2
2008-06-17re PR fortran/34396 (Length of substrings defined by expressions not correctl...Paul Thomas1-12/+32
2008-06-08re PR fortran/35830 (ICE with PROCEDURE(<interface>) containing array formal ...Tobias Burnus1-0/+8
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-6/+13
2008-06-04re PR fortran/36322 (ICE with PROCEDURE using a complicated interface)Janus Weil1-5/+6
2008-06-02gfortran.h: New statement-type ST_FINAL for FINAL declarations.Daniel Kraft1-0/+144
2008-05-28re PR fortran/36325 (specific or generic INTERFACE implies the EXTERNAL attri...Janus Weil1-3/+5
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-4/+6
2008-05-18re PR fortran/36251 (PUBLIC and PRIVATE abuse)Tobias Burnus1-4/+4
2008-05-16re PR fortran/34325 (Wrong error message for syntax error)Jerry DeLisle1-2/+2