aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-28re PR fortran/30888 (%VAL construct fails with argument procedures)Tobias Burnus1-29/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-57/+27
2007-02-09re PR fortran/30720 ([4.1 only] runtime: check for empty array slices before ...Francois-Xavier Coudert1-2/+1
2007-02-02re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas1-4/+4
2007-01-27re PR fortran/30407 ([4.1 only] Elemental functions in WHERE assignments wron...Paul Thomas1-0/+42
2007-01-20dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL, i.e.Roger Sayle1-17/+87
2007-01-18trans-expr.c (copyable_array_p): Consider user derived types without allocata...Roger Sayle1-0/+6
2007-01-05trans-expr.c (gfc_trans_assignment_1): New subroutine to scalarize array assi...Roger Sayle1-24/+141
2006-12-31re PR fortran/23060 (%VAL, %REF and %DESCR constructs not implemented)Paul Thomas1-0/+55
2006-12-21re PR fortran/30202 ([4.1 only] ICE in trans-array.c)Paul Thomas1-3/+1
2006-12-20trans-expr.c (is_zero_initializer_p): Determine whether a given constant expr...Roger Sayle1-0/+88
2006-12-12trans-expr.c (gfc_conv_substring): Check for empty substring.Tobias Schlüter1-0/+7
2006-12-05re PR fortran/29912 ([4.1 only] Gfortran: string array functions behaving inc...Paul Thomas1-0/+17
2006-12-03re PR fortran/29642 (Fortran 2003: VALUE Attribute (call by value not call by...Paul Thomas1-14/+27
2006-11-28re PR fortran/29976 (ICE on optional arg)Paul Thomas1-1/+2
2006-11-25re PR fortran/29982 ([4.1 only] ICE in write() with gfortran 4.1.2 (and 4.2 a...Andrew Pinski1-2/+4
2006-11-15re PR fortran/27588 (-fbounds-check should catch substring out of range acces...Tobias Burnus1-3/+34
2006-11-13re PR fortran/26994 (Scalar TRANSFER - error: invalid operand to unary operator)Andrew Pinski1-0/+1
2006-11-10re PR fortran/29315 (error passing an array derived from type element)Paul Thomas1-3/+5
2006-11-052006-11-05 Francois-Xavier Coudert <fxcoudert@gcc.gnu,org>Paul Thomas1-3/+8
2006-10-31re PR fortran/29387 (ICE on character array function of variable length)Paul Thomas1-2/+9
2006-10-22re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert1-2/+7
2006-10-19[multiple changes]Paul Thomas1-5/+13
2006-10-14re PR fortran/29371 (Coredump when using -fbounds-check with pointer & nullify)Paul Thomas1-1/+1
2006-10-13re PR fortran/29373 (implicit type declaration and contained function clash)Paul Thomas1-7/+1
2006-10-08[multiple changes]Paul Thomas1-17/+185
2006-10-03re PR fortran/29284 (ICE for optional subroutine argument)Paul Thomas1-28/+39
2006-09-13trans-expr.c (gfc_add_interface_mapping): For characters, dereference pointer...Wolfgang Gellerich1-5/+4
2006-09-11re PR fortran/28890 (ICE on write)Paul Thomas1-6/+26
2006-08-30re PR fortran/28885 (ICE passing components of array of derived type)Paul Thomas1-0/+6
2006-08-20re PR fortran/28601 (ICE on reexport of renamed type)Paul Thomas1-3/+13
2006-08-19re PR fortran/25217 (Derived type dummy argument having intent(out) attribute)Erik Edelmann1-0/+10
2006-07-15trans-expr.c (gfc_trans_string_copy): Evaluate the string lengthsSteven G. Kargl1-3/+6
2006-07-13re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas1-1/+2
2006-07-12re PR fortran/28163 (Calling libgfortran's copy_string is inefficient)Francois-Xavier Coudert1-6/+60
2006-07-04re PR fortran/28174 (Corruption of multiple character arrays when passing arr...Paul Thomas1-13/+50
2006-06-21trans-expr.c (gfc_conv_missing_dummy, [...]): Replace calls to convert on con...Francois-Xavier Coudert1-17/+12
2006-06-15trans-array.h (gfc_trans_create_temp_array): Add bool argument.Thomas Koenig1-1/+2
2006-06-09re PR fortran/24558 (ENTRY doesn't work in module procedures)Paul Thomas1-0/+1
2006-06-08re PR fortran/27958 (assignments to and from zero-sized string selections not...Francois-Xavier Coudert1-0/+7
2006-06-03trans.c (gfc_msg_bounds, [...]): Add strings for common runtime error messages.Francois-Xavier Coudert1-2/+2
2006-05-30symbol.c (check_conflict): Allow external, function, and subroutine attribute...Asher Langton1-0/+3
2006-05-19re PR fortran/27662 ([4.1 only]: Transpose doesn't work on function return)H.J. Lu1-5/+0
2006-04-16re PR fortran/26822 (Scalarization of non-elemental intrinsic: __logical_4_l4)Paul Thomas1-1/+9
2006-04-08gfortran.texi: Fix typos.Kazu Hirata1-1/+1
2006-04-03re PR testsuite/26981 (g++.old-deja/g++.other/init18.C fails)Paul Thomas1-19/+55
2006-04-02trans-array.c (gfc_trans_dealloc_allocated): Take a tree representation of th...Erik Edelmann1-1/+4
2006-03-13trans-openmp.c (gfc_trans_omp_variable): Handle references to parent result.Jakub Jelinek1-14/+11
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann1-6/+9
2006-03-09trans-expr.c (gfc_add_interface_mapping): Copy 'allocatable' attribute from s...Erik Edelmann1-2/+4