aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-09re PR fortran/24558 (ENTRY doesn't work in module procedures)Paul Thomas1-0/+10
2006-06-07re PR fortran/23091 (ICE in gfc_trans_auto_array_allocation)Paul Thomas1-14/+126
2006-06-05re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert1-5/+107
2006-05-29options.c, [...]: Fix typos in error messages.Kazu Hirata1-1/+1
2006-05-28check.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-26re PR fortran/27709 (Using size of array pointer component as dimension of fu...Paul Thomas1-2/+14
2006-05-21re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas1-64/+9
2006-05-17re PR fortran/26551 (gfortran compiles recursive subroutines declared without...Francois-Xavier Coudert1-0/+48
2006-05-15re PR fortran/25090 (Bad automatic character length)Paul Thomas1-14/+76
2006-05-10re PR fortran/20460 (Nasty extensions that should always warn)Francois-Xavier Coudert1-1/+1
2006-04-23re PR fortran/25099 (Conformance of arguments to ELEMENTAL subroutines)Paul Thomas1-5/+20
2006-04-21re PR fortran/27122 (binary operator functions should require intent(in))Paul Thomas1-20/+73
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas1-1/+9
2006-04-08gfortran.texi: Fix typos.Kazu Hirata1-3/+3
2006-04-03re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas1-0/+7
2006-03-28re PR fortran/26779 (Internal module procedure may not have private type dumm...Paul Thomas1-3/+7
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann1-0/+1
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas1-1/+1
2006-03-05re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))Erik Edelmann1-0/+14
2006-02-24re PR fortran/26409 (ICE on Assumed shape nested subroutine)Paul Thomas1-3/+4
2006-02-19resolve.c (resolve_contained_functions): Call resolve_entries first.H.J. Lu1-4/+3
2006-02-19re PR fortran/25054 (nonconstant bounds array cannot appear in a namelist)Paul Thomas1-49/+93
2006-02-18gfortran.h (gfc_add_attribute): Change uint to unsigned int.Danny Smith1-1/+1
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek1-16/+105
2006-02-13re PR fortran/26074 (Module array cannot be automatic or assumed shape)Paul Thomas1-303/+435
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+5
2006-02-09re PR fortran/26038 (ICE on allocation of assumed length CHARACTER dummy.)Paul Thomas1-1/+10
2006-02-05re PR fortran/26041 ([4.1]: FORTRAN compiler won't compile the valid code)H.J. Lu1-13/+43
2006-02-05* resolve.c (resolve_symbol): Initialize constructor_expr to NULL.Jakub Jelinek1-0/+1
2006-02-03[multiple changes]Steven G. Kargl1-5/+26
2006-01-27re PR fortran/25964 (NIST regression on fm311.f)Paul Thomas1-0/+1
2006-01-26re PR fortran/25964 (NIST regression on fm311.f)Paul Thomas1-9/+78
2006-01-25re PR fortran/25716 (FAIL: gfortran.dg/char_result_11.f90 -O (test for exce...Erik Edelmann1-0/+1
2006-01-21PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas1-8/+58
2006-01-18re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter1-28/+26
2006-01-18re PR fortran/20869 (EXTERNAL and INTRINSIC cannot be used together)Paul Thomas1-4/+5
2006-01-08re PR fortran/25093 (PUBLIC function of PRIVATE type)Erik Edelmann1-0/+9
2006-01-07re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas1-1/+137
2006-01-05re PR fortran/23675 (ICE in gfc_finish_var_decl (string manipulation))Erik Edelmann1-1/+12
2006-01-03re PR fortran/25101 ([4.1] Zero stride allowed in FORALL:s)Steven G. Kargl1-11/+20
2005-12-24re PR fortran/25029 (Assumed size array can be associated with array pointer ...Paul Thomas1-122/+0
2005-12-23re PR fortran/25029 (Assumed size array can be associated with array pointer ...Paul Thomas1-1/+3
2005-12-22re PR fortran/18990 (ICE in gfc_get_derived_type, at fortran/trans-types.c)Tobias Schlüter1-10/+58
2005-12-22re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas1-4/+143
2005-12-16dependency.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-15re PR fortran/18197 (bus error on returning from a function)Erik Edelmann1-10/+0
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-17/+40
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-0/+3
2005-11-21re PR fortran/24223 (Gfortran crashes in two places)Paul Thomas1-0/+13
2005-11-11re PR fortran/15976 (ICE: assertion failure in trans-array.c)Paul Thomas1-1/+17