aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-15[multiple changes]Paul Thomas1-4/+7
2007-03-14trans-array.c (gfc_trans_auto_array_allocation): Replace fold(convert()) by f...Francois-Xavier Coudert1-3/+2
2007-02-27trans-array.c (structure_alloc_comps): Use correct type for null pointer cons...Richard Guenther1-1/+1
2007-02-18trans-array.c (gfc_build_constant_array_constructor): When the shape of the c...Roger Sayle1-16/+62
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-63/+27
2007-02-09re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert1-45/+14
2007-02-03* trans-array.c: Fix a comment typo.Kazu Hirata1-1/+1
2007-02-02trans-array.c (gfc_conv_expr_descriptor): We don't need to use a temporary ar...Roger Sayle1-9/+32
2007-01-31* simplify.c, trans-array.c: Fix comment typos.Kazu Hirata1-1/+1
2007-01-20dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle1-4/+4
2007-01-08trans-array.c (constant_array_constructor_p): New function to determine wheth...Roger Sayle1-7/+136
2007-01-07trans-array.c (gfc_trans_create_temp_array, [...]): Commentary typo fix.Bernhard Fischer1-2/+2
2007-01-05trans-array.c (gfc_trans_array_constructor_value): Make the static const "dat...Roger Sayle1-0/+1
2007-01-05trans-array.c (gfc_conv_loop_setup): Test whether the loop stride is one...Roger Sayle1-2/+4
2006-12-22re PR fortran/25818 ([4.1 only] Problem with handling optional and entry mast...Paul Thomas1-2/+11
2006-12-22trans-array.c (gfc_trans_create_temp_array): When the size is known at compil...Roger Sayle1-15/+29
2006-12-20re PR fortran/30190 ([4.1 only] Bounds check generates wrong code for associa...Paul Thomas1-2/+0
2006-12-18trans-array.c (gfc_conv_array_index_offset): Avoid multiplying index by one, ...Roger Sayle1-5/+8
2006-12-17re PR fortran/30207 (ICE in gfc_dep_resolver with where (a < 0) a(:) = 1)Roger Sayle1-20/+1
2006-12-13re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther1-7/+22
2006-12-05re PR fortran/30003 ([4.1 only] Expressions with side effects in array refere...Paul Thomas1-1/+25
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+11
2006-11-26re PR fortran/29892 (substring out of bounds: Missing variable name for varia...Francois-Xavier Coudert1-5/+34
2006-11-09re PR fortran/29431 (Not Implemented: complex character array constructors)Paul Thomas1-2/+10
2006-11-09re PR fortran/29699 (ICE in trans-decl.c)Paul Thomas1-0/+3
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