aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-04trans-array.c (gfc_conv_array_parameter): Use correct types in building COND_...Richard Guenther1-2/+3
2008-08-23gfortran.h (gfc_component): Add field "symbol_attribute attr"...Janus Weil1-7/+7
2008-07-29trans-expr.c (conv_parent_component_references): New function to build missin...Paul Thomas1-6/+8
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-62/+60
2008-07-27re PR fortran/36132 (_gfortran_internal_pack on optional arguments)Tobias Burnus1-16/+70
2008-07-24re PR fortran/29952 (Flag to give runtime information " array temporary was c...Thomas Koenig1-11/+24
2008-07-21fmt_g0_3.f08: Fix typo in expected error message.Ralf Wildenhues1-7/+7
2008-06-17re PR fortran/36112 (Bounds-checking on character length not working for arra...Daniel Kraft1-5/+17
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert1-4/+9
2008-05-27re PR fortran/36316 (type mismatch in binary expression caught by verify_gimple)Tobias Burnus1-2/+2
2008-05-18intrinsic.c (char_conversions, ncharconv): New static variables.Francois-Xavier Coudert1-18/+17
2008-05-16re PR fortran/35756 (incorrect WHERE for functions in ELSEWHERE and overlaps)Paul Thomas1-13/+14
2008-05-16re PR fortran/27997 (Fortran 2003: Support type-spec for array constructor)Daniel Kraft1-4/+31
2008-05-14re PR fortran/35682 (assignment to run-time zero-sized complex section stores...Francois-Xavier Coudert1-1/+5
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-6/+0
2008-04-19re PR target/35944 (wrong result for MOD with kind=10 for some array argument...Paul Thomas1-0/+31
2008-03-29re PR fortran/35698 (lbound and ubound wrong for allocated run-time zero size...Paul Thomas1-1/+4
2008-03-15re PR fortran/35184 (ICE in gfc_conv_array_index_offset)Jerry DeLisle1-1/+0
2008-03-08re PR fortran/34956 (-fbounds-check: bounds_check_9.f90: Use of uninitialized...Francois-Xavier Coudert1-20/+24
2008-02-24trans-array.c (gfc_conv_descriptor_data_get, [...]): Use fold_buildN instead ...Tobias Schlüter1-72/+91
2008-01-26re PR fortran/31610 (ICE with transfer, merge in gfc_conv_expr_descriptor)Jerry DeLisle1-3/+3
2008-01-20trans-array.c (gfc_add_loop_ss_code): Correct whitespace.Paul Thomas1-1/+1
2008-01-20re PR fortran/34784 (implicit character(s) hides type of selected_int_kind in...Paul Thomas1-1/+13
2008-01-10re PR fortran/34396 (Length of substrings defined by expressions not correctl...Paul Thomas1-21/+37
2008-01-08re PR fortran/34681 (SAVEd derived type with allocatable components causes ICE)Paul Thomas1-2/+2
2007-12-16re PR fortran/31213 (ICE on valid code with gfortran)Paul Thomas1-4/+60
2007-12-09re PR fortran/22244 (dimension information is lost for multi-dimension array)Jakub Jelinek1-2/+4
2007-11-18re PR fortran/31608 (wrong types in character array/scalar binop)Paul Thomas1-9/+4
2007-11-16re PR fortran/33986 (ICE on allocatable function result)Paul Thomas1-1/+1
2007-11-03re PR fortran/33881 (wrong code for assumed length character arrays)Francois-Xavier Coudert1-2/+2
2007-10-29[multiple changes]Paul Thomas1-0/+7
2007-10-20re PR fortran/31608 (wrong types in character array/scalar binop)Paul Thomas1-1/+9
2007-10-14re PR fortran/33745 (-fbounds-check: Bogus out-of-bounds run-time error for a...Tobias Burnus1-20/+18
2007-10-13re PR fortran/33254 (Diagnose different string lengths in array constructors ...Tobias Schlüter1-1/+19
2007-10-05gfortran.h (gfc_get_data_variable, [...]): Move to decl.c.Francois-Xavier Coudert1-7/+10
2007-09-18re PR fortran/31119 (-fbounds-check: Check for presence of optional arguments...Francois-Xavier Coudert1-2/+16
2007-09-16re PR fortran/29396 (segfault with character pointer association)Paul Thomas1-18/+135
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