aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-16[multiple changes]Paul Thomas1-0/+8
2006-10-14intrinsic.texi: Fix typos.Kazu Hirata1-1/+1
2006-10-08[multiple changes]Paul Thomas1-36/+372
2006-09-10re PR fortran/28914 (Code inside loop hangs; outside loop runs normally; runs...Paul Thomas1-0/+9
2006-07-24re PR fortran/28416 (ICE on allocatable codes)Erik Edelmann1-1/+7
2006-07-06re PR fortran/28129 (gfortran -fbounds-check: Shows invalid array out of boun...Francois-Xavier Coudert1-9/+12
2006-07-04re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas1-1/+18
2006-06-24re PR fortran/28118 (ICE calling subroutine defined via explicit interface)Paul Thomas1-3/+31
2006-06-16re PR fortran/27965 (invalid "Array bound mismatch" runtime error)Francois-Xavier Coudert1-12/+81
2006-06-15trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig1-7/+54
2006-06-08re PR fortran/27786 ([4.1 only] Bad interaction between Cray pointer, assumed...Asher Langton1-1/+2
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-26/+56
2006-05-29trans-array.c: Fix previous commit, which included parts of patches in prepar...François-Xavier Coudert1-4/+4
2006-05-29re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)Francois-Xavier Coudert1-5/+6
2006-05-27re PR fortran/19777 (-fbounds-check catches non-existent bounds violation)Francois-Xavier Coudert1-1/+1
2006-05-26re PR libfortran/27524 (-fbounds-check interacts with array function)Francois-Xavier Coudert1-3/+3
2006-05-19re PR fortran/27662 ([4.1 only]: Transpose doesn't work on function return)H.J. Lu1-3/+0
2006-05-10re PR fortran/27470 (wrong memory allocator for derived types)Thomas Koenig1-1/+15
2006-05-07re PR fortran/24813 (ICE with scalarization LEN of character types)Paul Thomas1-1/+1
2006-04-29re PR fortran/27351 (Use variable after free in gfc_conv_array_transpose)H.J. Lu1-2/+2
2006-04-21re PR fortran/27122 (binary operator functions should require intent(in))Paul Thomas1-4/+1
2006-04-16re PR fortran/26017 (allocate (a(1:-1)) should yield zero-sized array)Thomas Koenig1-2/+31
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas1-1/+31
2006-04-04re PR fortran/25619 (temporary array of constant size character type goes wrong)H.J. Lu1-15/+25
2006-04-02trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th...Erik Edelmann1-7/+3
2006-04-01re PR fortran/25270 (testcases fail with a type mismatch)Roger Sayle1-7/+7
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