aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-31re PR fortran/38917 (Can't use DATA to initialize pointer to array to NULL())Paul Thomas1-6/+26
2009-03-31alloc_alloc_expr_1.f90: Adjust for new error message.Steven G. Kargl1-41/+86
2009-03-30re PR fortran/22571 (Reject derived types for dummy arguments declared in the...Paul Thomas1-10/+53
2009-03-29re PR fortran/37423 (Fortran 2003: DEFERRED bindings not yet implemented)Daniel Kraft1-2/+107
2009-03-29re PR fortran/38507 (Bogus Warning: Deleted feature: GOTO jumps to END of con...Tobias Schlüter1-43/+27
2009-03-28re PR fortran/38432 (Add warning for loops which are never executed)Tobias Burnus1-0/+20
2009-03-27gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.Tobias Burnus1-0/+6
2009-01-20re PR fortran/38907 (ICE when contained function has same name as module func...Paul Thomas1-31/+59
2009-01-10re PR fortran/38765 (ICE in check_host_association)Paul Thomas1-2/+2
2009-01-05re PR fortran/38672 (ICE during build with versions 4.3.2 and 4.4-20081226)Thomas Koenig1-0/+1
2009-01-04re PR fortran/38665 (ICE in check_host_association)Paul Thomas1-1/+11
2009-01-04re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Mikael Morin1-36/+5
2009-01-03re PR fortran/38594 (module function name mangled improperly if contained fun...Paul Thomas1-3/+8
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