aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-20re PR fortran/29992 ([4.1 only] INTERFACE equivalent to MODULE PROCEDURE?!)Paul Thomas1-0/+2
2006-12-10re PR fortran/23994 (PROTECTED attribute (F2003) is not implemented)Tobias Burnus1-2/+85
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-1/+65
2006-11-15data.c: Remove trailing periods from error messages.Brooks Moses1-7/+7
2006-11-15re PR fortran/27546 (IMPORT is broken)Tobias Burnus1-2/+93
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas1-1/+1
2006-11-07re PR fortran/29539 (ICE in variable_decl)Paul Thomas1-1/+3
2006-11-07re PR fortran/29601 (VOLATILE attribute and statement)Tobias Burnus1-1/+67
2006-11-07decl.c (match_attr_spec, [...]): Unify gfc_notify_std message for GFC_STD_F2003.Tobias Burnus1-3/+3
2006-10-31re PR fortran/29067 (gfc_resolve_expr(): Bad expression type)Francois-Xavier Coudert1-1/+2
2006-10-29re PR fortran/17741 (ICE in gfc_free_namespace, at fortran/symbol.c:2208)Jerry DeLisle1-0/+1
2006-10-27re PR fortran/27954 (ICE on garbage in DATA statement)Jerry DeLisle1-0/+19
2006-10-13re PR fortran/29373 (implicit type declaration and contained function clash)Paul Thomas1-2/+6
2006-10-08[multiple changes]Paul Thomas1-10/+49
2006-09-15re PR fortran/29051 (segfault when too few values are in data statement of ch...Paul Thomas1-0/+1
2006-08-24re PR fortran/28788 (ICE on valid code)Paul Thomas1-0/+4
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-6/+0
2006-07-13re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas1-0/+14
2006-07-03decl.c (match_old_style_init): Add data attribute to symbol.Asher Langton1-1/+10
2006-06-09re PR fortran/24558 (ENTRY doesn't work in module procedures)Paul Thomas1-13/+37
2006-02-10re PR fortran/20858 (NULL doesn't get its argument type (kind))Steven G. Kargl1-4/+3
2006-01-23re PR fortran/25901 (overloaded function is rejected)Paul Thomas1-3/+7
2006-01-21PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas1-6/+56
2006-01-18re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter1-7/+5
2006-01-18re PR fortran/20869 (EXTERNAL and INTRINSIC cannot be used together)Paul Thomas1-8/+14
2006-01-07decl.c (gfc_match_function_decl): Correctly error out in case of omitted func...Tobias Schlüter1-1/+6
2005-12-17decl.c (gfc_match_old_kind_spec,match_type_spec): Use gfc_std_notify to repor...Steven G. Kargl1-0/+8
2005-12-16re PR fortran/25106 ([4.0/4.1] statement label is zero)Steven G. Kargl1-4/+6
2005-12-02decl.c (gfc_match_old_kind_spec): Improve handling of old style COMPLEX*NErik Schnetter1-7/+15
2005-11-06re PR fortran/24534 (PUBLIC derived types with private components)Paul Thomas1-14/+9
2005-11-05decl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-11-02decl.c (gfc_match_entry): Function entries don't need an argument list if the...Tobias Schlüter1-2/+21
2005-11-01re PR fortran/24008 (gfortran too permissive about ENTRY syntax)Tobias Schlüter1-1/+1
2005-10-30arith.c (gfc_enum_initializer): New function.Tobias Schlüter1-0/+265
2005-10-26re PR fortran/24158 (ICE in f951 with nested, recursive derived types)Paul Thomas1-8/+12
2005-10-25trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek1-3/+2
2005-10-24Commit for Asher LangtonAsher Langton1-6/+252
2005-10-24Commit for Asher Langton <langton2@llnl.gov>Asher Langton1-6/+9
2005-10-24re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-4/+50
2005-10-23Commit for Asher Langton <langton2@llnl.gov>Asher Langton1-0/+18
2005-10-22re PR fortran/24426 (gfortran ICE for valid derived type definition with defa...Erik Edelmann1-1/+1
2005-10-17re PR fortran/23446 (Valid internal subprogram array argument declaration is ...Paul Thomas1-0/+21
2005-10-12re PR fortran/18082 (Infinite loop with automatic length character objects)Paul Thomas1-4/+19
2005-08-25re PR fortran/20363 (interface body has incorrect scope)Erik Edelmann1-12/+18
2005-08-22* decl.c: Typo in comment.Steven G. Kargl1-1/+1
2005-08-06decl.c, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-16re PR fortran/21730 ([4.0 only] Character length incorrect.)David Edelsohn1-0/+10
2005-07-07decl.c (gfc_match_entry): Allow ENTRY without parentheses even in FUNCTIONs.Jakub Jelinek1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-04-29[multiple changes]Jakub Jelinek1-2/+3