aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/array.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-05-24re PR fortran/31716 (segfault with real array bounds)Jerry DeLisle1-1/+3
2007-05-08re PR fortran/29397 (Constant logical expression with parameter array)Paul Thomas1-1/+1
2007-02-03re PR fortran/30514 ([4.1 only] zero-sized array wrongly rejected: integer ::...Paul Thomas1-0/+9
2007-01-07Fix whitespace in a table within a comment.Steven G. Kargl1-6/+6
2007-01-07[multiple changes]Steven G. Kargl1-134/+130
2007-01-05re PR fortran/23232 ([4.1 only] DATA implied DO variables)Paul Thomas1-1/+1
2006-11-11Fix typo in previous check-inTobias Schlüter1-1/+1
2006-11-11data.c: Add 2006 to copyright years.Tobias Schlüter1-1/+2
2006-11-07decl.c (match_attr_spec, [...]): Unify gfc_notify_std message for GFC_STD_F2003.Tobias Burnus1-1/+1
2006-07-04re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas1-9/+43
2006-04-03re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas1-0/+6
2005-09-17re PR fortran/15586 (gfortran should support i18n in its compiler messages)Francois-Xavier Coudert1-4/+4
2005-08-21* array.c: Bump GFC_MAX_AC_EXPAND from 100 to 65535.Steven G. Kargl1-1/+1
2005-07-14[multiple changes]Feng Wang1-3/+8
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-04array.c (gfc_match_array_constructor): Disallow empty array constructor.Tobias Schlüter1-2/+4
2005-05-18array.c (gfc_match_array_constructor): Support [ ...Erik Edelmann1-3/+16
2005-04-05re PR fortran/15959 (ICE and assertion failure in trans-decl.c with character...Feng Wang1-2/+40
2005-02-07gfortran.h (gfc_add_dimension, [...]): Add argument.Tobias Schlüter1-1/+1
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-2/+1
2004-12-12re PR fortran/16222 (non-integral DO loop variables are unsupported.)Steven G. Kargl1-1/+1
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-08array.c: Don't include assert.h.Paul Brook1-1/+0
2004-07-09re PR fortran/13201 (PARAMETER variables of nonconstant shape are accepted)Tobias Schlüter1-0/+19
2004-06-21array.c (gfc_insert_constructor): Avoid redundant call to mpz_comp.Tobias Schlüter1-3/+5
2004-05-27gfortran.h (gfc_current_locus, [...]): Remove.Tobias Schlüter1-7/+7
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/+1973