aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-03-02trans-stmt.c (generate_loop_for_temp_to_lhs): Add an additional INVERT argume...Roger Sayle2-81/+161
2006-03-01re PR fortran/26393 (ICE with function returning variable lenght array)Paul Thomas10-18/+263
2006-03-01dependency.c (gfc_is_same_range): Compare the stride...Roger Sayle2-23/+53
2006-02-28trans-intrinsic.c (gfc_conv_intrinsic_minmaxloc): If the mask expression exis...Thomas Koenig2-3/+43
2006-02-25re PR fortran/23092 ([4.1 only] scalar mask for minval/maxval/sum/product)Thomas Koenig2-6/+51
2006-02-24re PR fortran/26409 (ICE on Assumed shape nested subroutine)Paul Thomas2-3/+10
2006-02-24re PR fortran/24519 (gfortran slow because of incomplete dependency checking)Paul Thomas3-10/+34
2006-02-23module.c (read_module): Remove redundant code lines.Erik Edelmann2-6/+4
2006-02-20Make-lang.in (OBJC): RemoveRafael Espindola2-2/+6
2006-02-20configure.ac (target_list): Add install-info, dvi, html.Paolo Bonzini1-4/+4
2006-02-20trans-stmt.c (gfc_trans_where_2): Avoid updating unused current execution mas...Roger Sayle2-12/+35
2006-02-20trans-stmt.c (gfc_trans_where_assign): Remove code to handle traversing a lin...Roger Sayle2-27/+10
2006-02-19re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert3-4/+47
2006-02-19gfortran.texi: Document environment variables which influence runtime behavior.Thomas Koenig2-3/+105
2006-02-19resolve.c (resolve_contained_functions): Call resolve_entries first.H.J. Lu2-4/+11
2006-02-19re PR fortran/26201 (__convert_i4_i8 written to a module.)Erik Edelmann2-0/+7
2006-02-19re PR fortran/25054 (nonconstant bounds array cannot appear in a namelist)Paul Thomas3-49/+109
2006-02-18trans-stmt.c (struct temporary_list): Delete.Roger Sayle2-176/+136
2006-02-18gfortran.h (gfc_add_attribute): Change uint to unsigned int.Danny Smith4-3/+10
2006-02-17trans-common.c: Include rtl.h earlier.Richard Sandiford3-2/+7
2006-02-16re PR fortran/26224 (ICE in C$OMP SINGLE / END SINGLE COPYPRIVATE( ) block)Jakub Jelinek2-0/+8
2006-02-16re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Jakub Jelinek2-0/+9
2006-02-16re PR fortran/24557 (ICE: PRINTing function result of size depending on assum...Paul Thomas2-0/+11
2006-02-15re PR fortran/26054 (Gratuitous warning about Fortran 2003 features w/o -std=...Toon Moene2-1/+6
2006-02-15check.c: Update copyright years.Tobias Schlüter2-1/+3
2006-02-15check.c (gfc_check_minloc_maxloc, [...]): Don't call dim_range_check on not-p...Tobias Schlüter2-2/+7
2006-02-15re PR libgomp/25938 (libgomp installs header files in version and target inde...Jakub Jelinek3-5/+18
2006-02-14re PR fortran/25045 ([4.1 only] DIM argument of PRODUCT is not optional)Thomas Koenig2-16/+21
2006-02-14re PR fortran/26277 (false warning about unused label for a warning used in e...Tobias Schlüter2-0/+9
2006-02-14re PR fortran/25162 (Issue with OpenMP COPYIN and gfortran)Jakub Jelinek26-88/+4581
2006-02-13re PR fortran/26246 (return string length is being marked as TREE_STATIC and ...Andrew Pinski2-2/+9
2006-02-13re PR fortran/26074 (Module array cannot be automatic or assumed shape)Paul Thomas2-303/+474
2006-02-12re PR fortran/25806 (problems with functions returning array pointers?)Erik Edelmann4-16/+43
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