aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/decl.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-29[multiple changes]Jakub Jelinek1-2/+3
2005-04-05re PR fortran/15959 (ICE and assertion failure in trans-decl.c with character...Feng Wang1-0/+53
2005-04-01decl.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-03-12Make-lang.in (fortran-warn): Set to $(STRICT_WARN) -Wno-error.Kaveh R. Ghazi1-1/+1
2005-02-24* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-07gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter1-33/+40
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-1/+1
2004-12-08* decl.c (gfc_match_end): Use locus of END when eos is an error.Tobias Schlüter1-2/+2
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-09-25* decl.c (add_init_expr_to_sym, variable_decl): Comment fixes.Tobias Schlüter1-2/+3
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-14data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-29re PR fortran/13910 (Cannot initialize variables with declation as allowed by...Tobias Schlüter1-0/+417
2004-08-27gfortran.h (gfc_default_*_kind): Remove prototypes, add extern variable decla...Tobias Schlüter1-8/+8
2004-08-25arith.c (gfc_validate_kind): Add may_fail argument; abort if false and we don...Richard Henderson1-4/+4
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook1-29/+49
2004-07-11re PR fortran/16336 (ICE with common block in module)Tobias Schlüter1-8/+1
2004-07-03decl.c (gfc_match_implicit_range): Don't use typespec.Paul Brook1-29/+44
2004-06-30re PR fortran/16161 ([gfortran] IMPLICIT CHARACTER not implemented)Tobias Schlüter1-8/+215
2004-06-30decl.c, [...]: Add 2004 to copyright years.Tobias Schlüter1-1/+1
2004-06-29Revert previous accidental commit.Tobias Schlüter1-215/+8
2004-06-29dump-parse-tree.c (show_common): New function.Tobias Schlüter1-8/+215
2004-06-29Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-3/+13
2004-06-26Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-10/+31
2004-06-26Andrew Vaught <andyv@firstinter.net>Tobias Schlüter1-0/+9
2004-06-12re PR fortran/14957 (testsuite issues)Tobias Schlüter1-1/+6
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-15/+15
2004-05-18re PR fortran/13930 (derived type with intent(in) attribute not accepted)Paul Brook1-62/+6
2004-05-15re PR fortran/13742 (Not Implemented: initial values for COMMON or EQUIVALENCE)Tobias Schlüter1-0/+9
2004-05-15* decl.c (add_init_expr_to_sym): Check for variable size arrays.Victor Leikehman1-1/+15
2004-05-14decl.c (variable_decl): Always apply default initializer.Victor Leikehman1-4/+5
2004-05-14Make-lang.in, [...]: Update copyright years and boilerplate.Tobias Schlüter1-12/+12
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+2649