aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann1-15/+21
2006-03-09re PR fortran/26257 (internal compiler error: Segmentation fault, on function...Paul Thomas1-7/+12
2006-03-06trans-array.c (gfc_trans_dealloc_allocated): New function.Paul Thomas1-14/+29
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-4/+32
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas1-1/+2
2006-02-12re PR fortran/25806 (problems with functions returning array pointers?)Erik Edelmann1-12/+15
2006-02-06backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek1-2/+27
2006-01-19gfortranspec.c: Update copyright years.Tobias Schlüter1-1/+2
2006-01-07re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas1-5/+5
2005-12-16trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther1-15/+15
2005-12-16trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther1-10/+10
2005-12-16(gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.Richard Guenther1-9/+9
2005-12-16dependency.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-0/+89
2005-11-30[multiple changes]Paul Thomas1-1/+3
2005-11-02re PR fortran/18157 (ice-on-valid code, pointer to user-defined type, fold-st...Andrew Pinski1-2/+5
2005-10-25trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek1-6/+1
2005-10-24Commit for Asher LangtonAsher Langton1-2/+16
2005-09-14re PR fortran/19358 ([gfortran] Segfault with missing upper bound)Paul Thomas1-1/+1
2005-09-13re PR fortran/18899 ([gfortran] ubound wrongly calculated for passed array)Richard Sandiford1-2/+6
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford1-3/+1
2005-09-09re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)Richard Sandiford1-217/+159
2005-09-09re PR fortran/21104 (Segmentation fault on correct code)Richard Sandiford1-19/+68
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford1-133/+286
2005-09-08re PR fortran/15326 ([4.0 only] ICE with assumed length character strings)Richard Sandiford1-0/+1
2005-09-08re PR fortran/19928 (Reference of constant derived type component causes fail...Richard Sandiford1-6/+33
2005-08-27[multiple changes]Tobias Schlüter1-2/+2
2005-08-06decl.c, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-14/+10
2005-07-07re PR fortran/22327 ([4.0 only] Wrong code in array constructor)Feng Wang1-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-44/+64
2005-06-11re PR fortran/17792 ([4.0 only] deallocate does not return stat)Steven G. Kargl1-3/+3
2005-06-05re PR fortran/21912 (Wrong implied do-loop)Tobias Schlüter1-13/+24
2005-05-31re PR fortran/18109 (ICE with explicit array of strings)Paul Thomas1-4/+21
2005-05-29re PR fortran/16939 (Pointers not passed as subroutine arguments)Paul Thomas1-1/+2
2005-05-27trans-array.c (gfc_trans_deferred_array): Use build_int_cst to force like typ...Steven G. Kargl1-1/+2
2005-05-26data.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-29[multiple changes]Jakub Jelinek1-1/+3
2005-03-23convert.c (convert): Replace fold (buildN (...)) with fold_buildN.Steven Bosscher1-98/+98
2005-03-17trans-array.c (gfc_trans_static_array_pointer, [...]): Fix comment and format...Tobias Schlüter1-3/+3
2005-03-12re PR fortran/20361 (-fmax-stack-var-size=N not working for equivalence)Tobias Schlüter1-37/+0
2005-02-24* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).Volker Reichelt1-1/+1
2005-02-24Unrevert previously reversed patch, adding this patch:Tobias Schlüter1-1/+1
2005-02-24Revert yesterday's patch:Tobias Schlüter1-1/+1
2005-02-23gfortran.h (gfc_component, [...]): Make 'name' a 'const char *'.Tobias Schlüter1-1/+1
2005-02-23gfortran.h (gfc_expr): Move 'operator'...Tobias Schlüter1-6/+6
2005-01-23data.c, [...]: Fix comment typos.Kazu Hirata1-8/+8
2005-01-18arith.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-03arith.c: Add system.h; remove string.hSteven G. Kargl1-2/+0