aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-07[multiple changes]Janne Blomqvist1-0/+1
2005-08-06decl.c, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-08-06re PR fortran/18833 (ICE 'missing spec' on integer/char equivalence)Jakub Jelinek1-11/+85
2005-07-27re PR fortran/22503 (Suggest to use .EQV. when comparing logicals with .EQ.)Volker Reichelt1-3/+8
2005-07-19re PR fortran/16940 (Failure to perform host association correctly)Paul Thomas1-0/+25
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01re PR fortran/21729 (ICE in gfc_typenode_for_spec)Jakub Jelinek1-6/+58
2005-05-11resolve.c (resolve_symbol): Copy 'pointer' and 'dimension' attribute from res...Tobias Schlüter1-0/+2
2005-04-29[multiple changes]Jakub Jelinek1-2/+81
2005-04-28re PR fortran/20865 (statement function shall not be supplied as procedure ar...Francois-Xavier Coudert1-0/+6
2005-04-19re PR fortran/16861 ([4.0 only] segfault with doubly used module)Francois-Xavier Coudert1-0/+3
2005-03-19re PR fortran/18525 (ICE on valid code in gfc_get_symbol_decl())Tobias Schlüter1-1/+1
2005-03-15re PR fortran/18827 (ICE on assign to common variable)Feng Wang1-3/+10
2005-03-13re PR fortran/16907 (Non-integer array indices rejected)Tobias Schlüter1-5/+12
2005-03-13re PR fortran/20323 (optional arguments incorrectly accepted in specification...Tobias Schlüter1-4/+5
2005-03-05re PR fortran/19754 (Shape conformance not checked)Steven G. Kargl1-2/+38
2005-02-24* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).Volker Reichelt1-2/+2