aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-01-23re PR fortran/25901 (overloaded function is rejected)Paul Thomas4-6/+26
2006-01-21gcov.c (print_version), [...]): Update copyright notice dates.Joseph Myers2-1/+6
2006-01-21PR25024, PR20881, PR23308, PR25538 and PR25710 - Procedure referencesPaul Thomas7-22/+424
2006-01-19gfortranspec.c: Update copyright years.Tobias Schlüter9-9/+25
2006-01-18Fix name butchered in my previous check-in.Tobias Schlüter1-1/+1
2006-01-18re PR fortran/18540 (Jumping into blocks gives error rather than warning)Tobias Schlüter8-87/+110
2006-01-18re PR fortran/20869 (EXTERNAL and INTRINSIC cannot be used together)Paul Thomas5-12/+63
2006-01-17Fix up recent entries by espindola.Ben Elliston1-2/+2
2006-01-16jvspec.c (lang_specific_spec_functions): removeRafael Espindola2-2/+4
2006-01-16trans-stmt.c (gfc_trans_if_1): Use fold_buildN and build_int_cst.Richard Guenther3-32/+52
2006-01-16trans-expr.c (gfc_conv_function_call): Use fold_build2.Richard Guenther4-4/+11
2006-01-13[multiple changes]Steven G. Kargl2-9/+20
2006-01-13trans.c (gfc_add_expr_to_block): Do not fold tcc_statement nodes.Diego Novillo2-1/+7
2006-01-11* parse.c (next_fixed): Remove superfluous string concatenation.Tobias Schlüter2-1/+5
2006-01-11re PR fortran/25486 (fortran fixed-form literal character constant not padded.)Bernhard Fischer2-3/+11
2006-01-11[multiple changes]Paul Thomas2-1/+11
2006-01-09trans-stmt.c (gfc_trans_pointer_assign_need_temp): Use fold_convert to avoid ...Andrew Pinski2-1/+8
2006-01-09re PR fortran/21977 (nested function returning array)Andrew Pinski2-4/+9
2006-01-09Add 2006 copyright year.Feng Wang4-5/+5
2006-01-09fortran ChangeLog entry:Feng Wang4-15/+94
2006-01-09simplify.c (gfc_simplify_char): Use UCHAR_MAX instead of literal constant.Feng Wang2-3/+10
2006-01-08re PR fortran/25093 (PUBLIC function of PRIVATE type)Erik Edelmann2-0/+15
2006-01-08Remove libgfortran log entry, wrong ChangeLog.Jerry DeLisle1-8/+0
2006-01-07decl.c (gfc_match_function_decl): Correctly error out in case of omitted func...Tobias Schlüter2-1/+11
2006-01-07re PR fortran/22146 (ICE when calling ELEMENTAL subroutines)Paul Thomas6-26/+256
2006-01-06re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)Jerry DeLisle1-0/+8
2006-01-06Fix date on log entry.Jerry DeLisle1-1/+1
2006-01-06re PR fortran/24268 (gfortran rejects valid format statement)Jerry DeLisle2-14/+32
2006-01-05re PR fortran/23675 (ICE in gfc_finish_var_decl (string manipulation))Erik Edelmann4-5/+96
2006-01-03re PR fortran/25101 ([4.1] Zero stride allowed in FORALL:s)Steven G. Kargl2-11/+26
2006-01-02re PR fortran/24640 ([4.1] ice with invalid label)Steven G. Kargl3-0/+11
2006-01-01* Split the ChangeLog into years.Steven G. Kargl5-9243/+9247
2005-12-30re PR fortran/22607 (Elemental character functions don't work)Erik Edelmann3-1/+13
2005-12-29re PR fortran/25532 (ICE in gfc_conv_component_ref, at fortran/trans-expr.c:269)Paul Thomas2-1/+17
2005-12-28re PR fortran/25587 (Garbage in output of -fdump-tree-original)Andrew Pinski2-1/+6
2005-12-28Make-lang.in: Remove distdir from comment.Rafael Ávila de Espíndola2-1/+5
2005-12-24re PR fortran/25029 (Assumed size array can be associated with array pointer ...Paul Thomas2-122/+9
2005-12-23re PR fortran/25029 (Assumed size array can be associated with array pointer ...Paul Thomas2-1/+10
2005-12-22re PR fortran/18990 (ICE in gfc_get_derived_type, at fortran/trans-types.c)Tobias Schlüter4-10/+71
2005-12-22re PR fortran/20889 (type in a structure-constructor differs from type in der...Paul Thomas8-125/+590
2005-12-21re PR fortran/25423 (Error with nested where statements)Erik Edelmann2-1/+7
2005-12-18re PR fortran/25018 (Segfault with simple expression)Paul Thomas2-6/+37
2005-12-17re PR fortran/25458 ([4.1] Kind of constants in generic intrinsics)Steven G. Kargl2-0/+12
2005-12-17decl.c (gfc_match_old_kind_spec,match_type_spec): Use gfc_std_notify to repor...Steven G. Kargl2-0/+13
2005-12-16re PR fortran/24268 (gfortran rejects valid format statement)Jerry DeLisle2-1/+6
2005-12-16re PR fortran/25106 ([4.0/4.1] statement label is zero)Steven G. Kargl6-26/+54
2005-12-16trans.h (tree): Remove declaration of gfc_build_function_call.Richard Guenther9-96/+141
2005-12-16trans.h (gfc_build_indirect_ref): Remove declaration.Richard Guenther9-54/+64
2005-12-16ChangeLog: Fix missing file names.Richard Biener1-6/+6
2005-12-16(gfc_conv_descriptor_data_addr): Use build_fold_addr_expr where appropriate.Richard Guenther6-45/+80