aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-06re PR fortran/24534 (PUBLIC derived types with private components)Paul Thomas1-2/+4
2005-11-01re PR fortran/24404 (Poor Error Description, bad error order)Tobias Schlüter1-10/+10
2005-11-01re PR fortran/21565 (namelist in block data is illegal)Paul Thomas1-1/+3
2005-10-26re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-18/+26
2005-10-26re PR fortran/24158 (ICE in f951 with nested, recursive derived types)Paul Thomas1-0/+18
2005-10-25trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek1-8/+0
2005-10-24Commit for Asher LangtonAsher Langton1-1/+9
2005-10-19re PR fortran/21625 ([4.0 only] Nested derived type pointer component not ini...Erik Edelmann1-2/+47
2005-10-19re PR fortran/24440 (gfortran failed to build 187.facerec)Paul Thomas1-0/+1
2005-10-17re PR fortran/23446 (Valid internal subprogram array argument declaration is ...Paul Thomas1-0/+42
2005-10-12re PR fortran/24207 (PRIVATE/PUBLIC attribute confusion screws NAMELIST)Paul Thomas1-1/+6
2005-10-06re PR fortran/18568 (pointers in derived data types do not transmit shape of ...Erik Edelmann1-3/+1
2005-10-01re PR fortran/16404 (should reject invalid code with -pedantic -std=f95 ? (x8))Paul Thomas1-34/+223
2005-09-26re PR fortran/23677 (-fno-automatic does not accept legal save statements)Jakub Jelinek1-1/+1
2005-09-22re PR fortran/23843 (Access restrictions on derived types in modules too stri...Erik Edelmann1-2/+26
2005-09-18re PR fortran/15975 ([4.0 only] ICE in trans-array.c pointer array initial...Erik Edelmann1-1/+2
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-35/+64
2005-08-31re PR fortran/20592 (-fno-automatic (g77 option) is missing from gfortran.)Francois-Xavier Coudert1-1/+1
2005-08-10re PR libfortran/22143 (missing kinds 1 and 2 for eoshift and cshift)Thomas Koenig1-0/+34