aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/array.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-21re PR fortran/38914 ([4.3 only] ICE with array inquiry functions above contai...Thomas Koenig1-7/+7
2008-11-01re PR fortran/19925 (Implied do-loop in an initialization expression is broken)Steven G. Kargl1-8/+1
2008-10-09re PR fortran/35723 (Can't use run-time array element in character declaration)Daniel Kraft1-4/+4
2008-08-22re PR fortran/32095 (Accepts invalid character(len(a)),dimension(1) :: a)Daniel Kraft1-0/+4
2008-07-29gfortran.h (try): Remove macro.Kaveh R. Ghazi1-42/+42
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-2/+2
2008-07-19gfortran.h (new): Remove macro.Kaveh R. Ghazi1-12/+12
2008-07-17re PR fortran/36825 ([F08] Rank > 7 arrays [will break library ABI] libgfor...Tobias Burnus1-1/+1
2008-06-20arith.c (hollerith2representation): Fix for -Wc++-compat.Kaveh R. Ghazi1-1/+1
2008-06-18PR fortran/36517, fortran/36492Daniel Kraft1-19/+23
2008-06-17re PR fortran/36112 (Bounds-checking on character length not working for arra...Daniel Kraft1-51/+64
2008-05-16libgfortran.h: Increase GFC_MAX_DIMENSIONS to 15.Tobias Burnus1-0/+6
2008-05-16re PR fortran/27997 (Fortran 2003: Support type-spec for array constructor)Daniel Kraft1-14/+97
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-1/+1
2008-02-05re PR fortran/34945 (LBOUND fails for array with KIND(complex) used in zero-s...Paul Thomas1-9/+15
2008-01-27re PR fortran/34990 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:842)Jerry DeLisle1-1/+0
2008-01-20re PR fortran/34784 (implicit character(s) hides type of selected_int_kind in...Paul Thomas1-0/+1
2007-09-02re PR fortran/33276 (465.tonto in SPEC CPU 2006 fails to compile)H.J. Lu1-0/+1
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