aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2006-03-28intrinsic.texi: s/floor/float in previous commit.Steven G. Kargl2-1/+5
2006-03-28re PR fortran/26779 (Internal module procedure may not have private type dumm...Paul Thomas2-3/+13
2006-03-27io.c (check_io_constraints): Don't look at dt->advance->value.charater.string...Jakub Jelinek2-10/+18
2006-03-27f95-lang.c (gfc_get_alias_set): New function.Jakub Jelinek2-0/+26
2006-03-26re PR fortran/26816 ([4.1 only] FLOAT Intrinsic does not work with Integer Ha...Steven G. Kargl3-1/+43
2006-03-25re PR fortran/26769 (Implement transpose() and reshape() for real instead of ...Thomas Koenig2-4/+24
2006-03-25dependency.c (gfc_check_dependency): Improve handling of pointers...Roger Sayle2-20/+40
2006-03-25gfortran.h (gfc_symbol): Add a new "forall_index" bit field.Roger Sayle4-2/+110
2006-03-22re PR driver/22600 (Exit code should be different from 1 for internal compile...Volker Reichelt2-1/+6
2006-03-22[multiple changes]Thomas Koenig6-2/+64
2006-03-22re PR fortran/17298 (gfortran ICE: Not Implemented: Scalarization of non-elem...Paul Thomas2-3/+242
2006-03-21options.c (gfc_init_options): Initialize flag_argument_noalias to 3.Toon Moene2-1/+9
2006-03-20re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.))Thomas Koenig2-6/+151
2006-03-19Correct error in PR numberPaul Thomas1-1/+1
2006-03-19re PR fortran/26716 (gfortran: incorrect choice of overloaded function)Paul Thomas3-9/+22
2006-03-17gfortran.h (gfc_equiv_info): Add length field.Roger Sayle4-8/+40
2006-03-15re PR fortran/19101 (missing & in character continuation not caught)Jerry DeLisle6-7/+54
2006-03-14re PR fortran/18537 (no warning about tabs with std=f95 option)Steven G. Kargl6-18/+83
2006-03-13re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask)Paul Thomas2-22/+16
2006-03-13trans-openmp.c (gfc_trans_omp_variable): Handle references to parent result.Jakub Jelinek3-30/+48
2006-03-13trans-decl.c (gfc_get_fake_result_decl): Re-add setting of GFC_DECL_RESULT flag.Jakub Jelinek2-0/+6
2006-03-11dependency.c (gfc_dep_compare_expr): Allow unary and binary operators to comp...Roger Sayle2-10/+68
2006-03-10symbol.c (check_conflict): Allow allocatable function results, except for ele...Erik Edelmann7-27/+63
2006-03-09trans-expr.c (gfc_add_interface_mapping): Copy 'allocatable' attribute from s...Erik Edelmann2-2/+10
2006-03-09re PR fortran/26257 (internal compiler error: Segmentation fault, on function...Paul Thomas4-7/+25
2006-03-07Corrected dates in recent ChangeLog entries in fortran/Changelog andErik Edelmann1-1/+1
2006-03-06trans-array.c (gfc_trans_dealloc_allocated): New function.Paul Thomas4-14/+50
2006-03-06re PR fortran/26107 (ICE after error message on invalid code)Paul Thomas8-56/+150
2006-03-06simplify.c (gfc_simplify_verify): Fix return when SET=''.Steven G. Kargl2-2/+6
2006-03-05re PR fortran/16136 (Conflicting attributes ALLOCATABLE, DUMMY (F2003))Erik Edelmann6-9/+95
2006-03-04dependency.c (gfc_check_element_vs_element): Revert last change.Roger Sayle2-7/+5
2006-03-03dependency.c (gfc_check_element_vs_element): Consider two unordered scalar su...Roger Sayle2-1/+12
2006-03-03dependency.c (gfc_check_dependency): Call gfc_dep_resolver to check whether t...Roger Sayle2-31/+32
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig6-21/+65
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