aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-14re PR fortran/39865 (ICE in gfc_conv_scalarized_array_ref)Jakub Jelinek1-1/+1
2008-11-01re PR fortran/35681 (wrong result for vector subscripted array expression in ...Daniel Kraft1-1/+1
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-5/+1
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-1/+2
2008-07-24re PR fortran/29952 (Flag to give runtime information " array temporary was c...Thomas Koenig1-2/+3
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-1/+1
2008-02-24arith.c: Update copyright years.Tobias Schlüter1-2/+2
2008-01-10re PR fortran/34396 (Length of substrings defined by expressions not correctl...Paul Thomas1-0/+3
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-04-17arith.h: Update copyright years.Tobias Schlüter1-1/+2
2007-02-09re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert1-1/+1
2007-01-20dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle1-0/+4
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+5
2006-10-08[multiple changes]Paul Thomas1-0/+9
2006-06-15trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig1-1/+1
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-1/+1
2006-04-02trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th...Erik Edelmann1-2/+2
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann1-4/+3
2006-03-06trans-array.c (gfc_trans_dealloc_allocated): New function.Paul Thomas1-0/+2
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-1/+1
2006-02-12re PR fortran/25806 (problems with functions returning array pointers?)Erik Edelmann1-1/+2
2006-02-05dependency.c (gfc_check_dependency): Remove unused vars and nvars arguments.Roger Sayle1-3/+0
2006-01-19gfortranspec.c: Update copyright years.Tobias Schlüter1-1/+1
2006-01-07re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas1-2/+5
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-2/+2
2005-09-09re PR fortran/21104 (Segmentation fault on correct code)Richard Sandiford1-1/+6
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford1-1/+1
2005-08-06decl.c, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-12trans-array.c (gfc_conv_descriptor_data_get): Rename from gfc_conv_descriptor...Richard Henderson1-1/+3
2005-06-11re PR fortran/17792 ([4.0 only] deallocate does not return stat)Steven G. Kargl1-1/+1
2005-03-12re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence)Tobias Schlüter1-5/+0
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-16array.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2004-08-25re PR fortran/17144 (Not Implemented: Character string array constructors / A...Paul Brook1-2/+1
2004-07-10trans-array.c (gfc_build_null_descriptor): New function.Paul Brook1-0/+2
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/+117