aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/resolve.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-26/+30
2005-02-07gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter1-4/+4
2005-01-22gfortran.h (gfc_check_access): Add prototype.Paul Brook1-2/+22
2005-01-22primary.c (gfc_match_rvalue): Only apply implicit type if variable does not h...Paul Brook1-16/+2
2005-01-16Update copyright dates.Paul Brook1-1/+1
2005-01-16re PR fortran/19168 (Mismatched KINDs in SELECT CASE constucts is not handled...Steven G. Kargl1-11/+51
2005-01-14resolve.c (compare_case): Cleanup.Steven G. Kargl1-65/+32
2005-01-14resolve.c (compare_case): Give arguments correct type.Steven G. Kargl1-5/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-1/+3
2004-12-14gfortran.h (gfc_expr.function.name): Make const.Richard Henderson1-2/+2
2004-12-12re PR fortran/16222 (non-integral DO loop variables are unsupported.)Steven G. Kargl1-37/+64