aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-02-10re PR fortran/20858 (NULL doesn't get its argument type (kind))Steven G. Kargl4-19/+31
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter4-0/+17
2006-02-10dump-parse-tree.c: Update copyright years.Tobias Schlüter4-4/+9
2006-02-10re PR fortran/14771 (frontend doesn't record parentheses)Tobias Schlüter9-3/+54
2006-02-09re PR fortran/26038 (ICE on allocation of assumed length CHARACTER dummy.)Paul Thomas4-11/+41
2006-02-08re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert2-5/+15
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig7-7/+193
2006-02-06ChangeLog: Use the final approved ChangeLog entry text for the previous commit.Roger Sayle1-3/+3
2006-02-06trans-stmt.c (gfc_evaluate_where_mask): Allow the NMASK argument to be NULL t...Roger Sayle2-27/+61
2006-02-06backport: trans-decl.c (create_function_arglist): Handle dummy functions.Jakub Jelinek6-131/+452
2006-02-05dependency.c (gfc_check_dependency): Remove unused vars and nvars arguments.Roger Sayle6-31/+223
2006-02-05re PR fortran/26041 ([4.1]: FORTRAN compiler won't compile the valid code)H.J. Lu2-13/+51
2006-02-05trans-stmt.c (gfc_evaluate_where_mask): Use LOGICAL*1 for WHERE masks instead...Roger Sayle2-4/+13
2006-02-05* resolve.c (resolve_symbol): Initialize constructor_expr to NULL.Jakub Jelinek2-0/+5
2006-02-04re PR fortran/25075 ([4.1 only] array size mismatch in DOT_PRODUCT)Thomas Koenig2-12/+96
2006-02-03Add the PR fortran number to the previous commit.Steven G. Kargl1-0/+1
2006-02-03[multiple changes]Steven G. Kargl2-5/+32
2006-02-02re PR fortran/24958 (ICE on invalid nullify)Steven G. Kargl2-4/+17
2006-01-31re PR fortran/26039 (ICE with maxval)Thomas Koenig3-2/+32
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2006-01-30re PR fortran/24266 (ICE when writing to array of strings that is an elements...Erik Edelmann2-1/+7
2006-01-29re PR fortran/18578 (intent(inout) violation is not detected)Paul Thomas2-0/+19
2006-01-29[multiple changes]Paul Thomas4-1/+44
2006-01-27re PR fortran/25964 (NIST regression on fm311.f)Paul Thomas2-0/+7
2006-01-27re PR fortran/25324 (Wrong DW_TAG_compile_unit generated when compiling prepr...Jakub Jelinek7-14/+220
2006-01-27symbol.c (free_old_symbol): Fix confusing comment, and add code to free old_s...Erik Edelmann2-2/+13
2006-01-26re PR fortran/25964 (NIST regression on fm311.f)Paul Thomas3-20/+134
2006-01-26Fix previous ChangeLog entry from r109914Tobias Schlüter1-0/+3
2006-01-25re PR fortran/25716 (FAIL: gfortran.dg/char_result_11.f90 -O (test for exce...Erik Edelmann5-17/+84
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