aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-01fortran frontend:Janne Blomqvist1-12/+4
2007-06-07decl.c: Miscellaneous whitespace fixes.Steven G. Kargl1-3/+3
2007-06-04* trans-array.c (gfc_conv_array_parameter): Initialize tmp.Steve Ellcey1-1/+1
2007-05-31trans-expr.c (gfc_conv_expr_op): Use zero constant that matches the lse type.Richard Guenther1-1/+2
2007-05-31re PR fortran/32156 (ICE with characters)Paul Thomas1-1/+11
2007-05-29gfortran.h: Renamed 'enum gfc_generic_isym_id' to 'enum gfc_isym_id'...Daniel Franke1-2/+2
2007-05-28* trans-array.c (gfc_conv_expr_descriptor): Edit comment.Brooks Moses1-3/+3
2007-05-26re PR fortran/31219 (ICE on array of character function results)Paul Thomas1-13/+57
2007-05-23re PR fortran/32046 (wrong code with -O2 for gfortran.dg/interface_12.f90 & r...Francois-Xavier Coudert1-4/+8
2007-05-22re PR fortran/31627 ([4.1/4.2 only] -bounds-check doesn't check lower bound o...Francois-Xavier Coudert1-57/+79
2007-05-21re PR fortran/31867 ([4.2 only] function result with character LEN computed a...Paul Thomas1-3/+18
2007-05-19re PR fortran/31974 ([4.2]: array allocation multiplication of mismatched types)Francois-Xavier Coudert1-1/+2
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-30/+8
2007-05-08re PR fortran/31692 (Wrong code when passing function name as result to proce...Paul Thomas1-5/+33
2007-04-29re PR fortran/31711 (was "rhs array is changed while assiging to same lhs arr...Paul Thomas1-0/+2
2007-04-17trans-types.h (gfc_packed): New enum.Tobias Schlüter1-1/+1
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