aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-30re PR fortran/31879 (ICE with function having array of character variables ar...Paul Thomas1-72/+16
2007-08-29builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert1-30/+9
2007-08-24re PR fortran/33139 (array pointer assignment gives incorrect dimensions)Tobias Burnus1-7/+9
2007-08-18re PR fortran/32875 (Not Implemented: complex character array constructor)Paul Thomas1-0/+7
2007-08-13re PR fortran/32962 (b = conjg(transpose(a)) is erroneous if b is an allocata...Paul Thomas1-4/+9
2007-08-11re PR fortran/32937 (segfault with string and -fdefault-integer-8)Francois-Xavier Coudert1-3/+1
2007-08-10re PR fortran/31270 (print subscript value and array bounds when out-of-bound...Francois-Xavier Coudert1-29/+55
2007-08-01arith.c: Change copyright header to refer to version 3 of the GNU General Pub...Nick Clifton1-4/+3
2007-07-29re PR fortran/31211 (wrong code generated for pointer returning function as a...Paul Thomas1-0/+15
2007-07-14re PR fortran/32036 (Multiple evaluation of array index with bounds checking)Francois-Xavier Coudert1-0/+3
2007-07-11trans-array.c (gfc_conv_array_parameter): Use correct types for comparison.Richard Guenther1-1/+2
2007-07-09re PR fortran/29459 (Spurious warnings about anonymous variables)Francois-Xavier Coudert1-0/+1
2007-07-07decl.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
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