aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-06trans-array.c (gfc_trans_dealloc_allocated): New function.Paul Thomas1-0/+10
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas1-12/+36
2006-03-05re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))Erik Edelmann1-8/+7
2006-02-16re PR fortran/24557 (ICE: PRINTing function result of size depending on assum...Paul Thomas1-0/+4
2006-02-12re PR fortran/25806 (problems with functions returning array pointers?)Erik Edelmann1-3/+9
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter1-0/+1
2006-02-06backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek1-1/+1
2006-01-26re PR fortran/25964 (NIST regression on fm311.f)Paul Thomas1-11/+24
2006-01-21PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas1-1/+229
2006-01-16trans-expr.c (gfc_conv_function_call): Use fold_build2.Richard Guenther1-1/+2
2006-01-09Add 2006 copyright year.Feng Wang1-1/+1
2006-01-09fortran ChangeLog entry:Feng Wang1-12/+71
2005-12-16trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther1-6/+6
2005-12-16trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther1-12/+12
2005-12-16(gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.Richard Guenther1-9/+9
2005-12-13trans-expr.c (gfc_conv_substring): Use fold_build2 and build_int_cst.Richard Guenther1-6/+5
2005-12-13Make-lang.in (fortran/trans-resolve.o): Depend on fortran/dependency.h.Richard Sandiford1-1/+3
2005-11-02re PR fortran/18157 (ice-on-valid code, pointer to user-defined type, fold-st...Andrew Pinski1-1/+1
2005-10-30re PR fortran/18883 (ICE in gfc_finish_var_decl)Erik Edelmann1-1/+6
2005-10-25trans.h (gfc_conv_cray_pointee): Remove.Jakub Jelinek1-5/+1
2005-10-24Commit for Asher LangtonAsher Langton1-1/+5
2005-10-23re PR fortran/18022 (problem with structure and calling a function)Paul Thomas1-0/+16
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert1-0/+24
2005-09-13re PR fortran/17740 (ICE in gfc_trans_arrayfunc_assign, at fortran/trans-expr...Erik Edelmann1-1/+2
2005-09-09re PR fortran/19239 ([4.0 only] gfortran ICE on vector subscript expressions)Richard Sandiford1-0/+5
2005-09-09re PR fortran/21104 (Segmentation fault on correct code)Richard Sandiford1-73/+16
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford1-1/+1
2005-09-08re PR fortran/15326 ([4.0 only] ICE with assumed length character strings)Richard Sandiford1-107/+552
2005-09-08re PR fortran/19928 (Reference of constant derived type component causes fail...Richard Sandiford1-3/+3