summaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/28590 (A SEQUENCEd defined type which refers to another defined...Paul Thomas2006-08-061-0/+11
* re PR fortran/28548 ([4.1 only] Optional argument failed)Steven G. Kargl2006-08-061-11/+13
* re PR fortran/28384 (ICE on non-existent COMMON block)Paul Thomas2006-07-161-62/+147
* re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas2006-07-041-0/+5
* re PR fortran/25056 (non-PURE function should not be a valid argument)Paul Thomas2006-06-251-5/+43
* re PR fortran/28081 (Undue compile-time error for zero-sized substring)Francois-Xavier Coudert2006-06-241-3/+7
* re PR fortran/24558 (ENTRY doesn't work in module procedures)Paul Thomas2006-06-091-0/+10
* re PR fortran/23091 (ICE in gfc_trans_auto_array_allocation)Paul Thomas2006-06-071-14/+126
* re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert2006-06-051-5/+107
* options.c, [...]: Fix typos in error messages.Kazu Hirata2006-05-291-1/+1
* check.c, [...]: Fix comment typos.Kazu Hirata2006-05-281-1/+1
* re PR fortran/27709 (Using size of array pointer component as dimension of fu...Paul Thomas2006-05-261-2/+14
* re PR fortran/25746 (Elemental assignment gives wrong result)Paul Thomas2006-05-211-64/+9
* re PR fortran/26551 (gfortran compiles recursive subroutines declared without...Francois-Xavier Coudert2006-05-171-0/+48
* re PR fortran/25090 (Bad automatic character length)Paul Thomas2006-05-151-14/+76
* re PR fortran/20460 (Nasty extensions that should always warn)Francois-Xavier Coudert2006-05-101-1/+1
* re PR fortran/25099 (Conformance of arguments to ELEMENTAL subroutines)Paul Thomas2006-04-231-5/+20
* re PR fortran/27122 (binary operator functions should require intent(in))Paul Thomas2006-04-211-20/+73
* re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas2006-04-161-1/+9
* gfortran.texi: Fix typos.Kazu Hirata2006-04-081-3/+3
* re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas2006-04-031-0/+7
* re PR fortran/26779 (Internal module procedure may not have private type dumm...Paul Thomas2006-03-281-3/+7
* symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann2006-03-101-0/+1
* re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas2006-03-061-1/+1
* re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))Erik Edelmann2006-03-051-0/+14
* re PR fortran/26409 (ICE on Assumed shape nested subroutine)Paul Thomas2006-02-241-3/+4
* resolve.c (resolve_contained_functions): Call resolve_entries first.H.J. Lu2006-02-191-4/+3
* re PR fortran/25054 (nonconstant bounds array cannot appear in a namelist)Paul Thomas2006-02-191-49/+93
* gfortran.h (gfc_add_attribute): Change uint to unsigned int.Danny Smith2006-02-181-1/+1
* re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek2006-02-141-16/+105
* re PR fortran/26074 (Module array cannot be automatic or assumed shape)Paul Thomas2006-02-131-303/+435
* re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter2006-02-101-0/+5
* re PR fortran/26038 (ICE on allocation of assumed length CHARACTER dummy.)Paul Thomas2006-02-091-1/+10
* re PR fortran/26041 ([4.1]: FORTRAN compiler won't compile the valid code)H.J. Lu2006-02-051-13/+43
* * resolve.c (resolve_symbol): Initialize constructor_expr to NULL.Jakub Jelinek2006-02-051-0/+1
* [multiple changes]Steven G. Kargl2006-02-031-5/+26
* re PR fortran/25964 (NIST regression on fm311.f)Paul Thomas2006-01-271-0/+1
* re PR fortran/25964 (NIST regression on fm311.f)Paul Thomas2006-01-261-9/+78
* re PR fortran/25716 (FAIL: gfortran.dg/char_result_11.f90 -O (test for exce...Erik Edelmann2006-01-251-0/+1
* PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas2006-01-211-8/+58
* re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter2006-01-181-28/+26
* re PR fortran/20869 (EXTERNAL and INTRINSIC cannot be used together)Paul Thomas2006-01-181-4/+5
* re PR fortran/25093 (PUBLIC function of PRIVATE type)Erik Edelmann2006-01-081-0/+9
* re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas2006-01-071-1/+137
* re PR fortran/23675 (ICE in gfc_finish_var_decl (string manipulation))Erik Edelmann2006-01-051-1/+12
* re PR fortran/25101 ([4.1] Zero stride allowed in FORALL:s)Steven G. Kargl2006-01-031-11/+20
* re PR fortran/25029 (Assumed size array can be associated with array pointer ...Paul Thomas2005-12-241-122/+0
* re PR fortran/25029 (Assumed size array can be associated with array pointer ...Paul Thomas2005-12-231-1/+3
* re PR fortran/18990 (ICE in gfc_get_derived_type, at fortran/trans-types.c)Tobias Schlüter2005-12-221-10/+58
* re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas2005-12-221-4/+143