aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2-4/+6
2009-09-11re PR fortran/41242 (PPC call rejected (related to user-defined assignment?))Janus Weil2-2/+16
2009-09-10re PR fortran/31292 (ICE with module procedure interface in a procedure body)Steven G. Kargl2-1/+21
2009-09-09re PR fortran/41297 (Functions are called twice)Richard Guenther2-1/+7
2009-09-07re PR fortran/41197 (ICE with ALLOCATE and nonscalar STAT= variable)Thomas Koenig2-7/+15
2009-09-05re PR fortran/41258 (internal compiler error: in find_typebound_proc_uop, at ...Paul Thomas2-1/+11
2009-09-03[multiple changes]Diego Novillo2-1/+5
2009-09-02Fix up to make valid UTF-8.Jakub Jelinek1-2/+2
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther2-80/+5
2009-09-01re PR fortran/39229 (No warning of truncated lines if a continuation line fol...Jerry DeLisle3-12/+36
2009-08-31re PR fortran/40940 ([F03] CLASS statement)Janus Weil7-24/+110
2009-08-31re PR fortran/40996 ([F03] ALLOCATABLE scalars)Janus Weil4-12/+31
2009-08-30re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft4-23/+130
2009-08-29trans-expr.c (gfc_trans_assignment_1): Correct a comment.Steven G. Kargl1-1/+1
2009-08-27re PR fortran/40869 ([F03] PPC assignment checking)Janus Weil5-24/+56
2009-08-27re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft7-128/+423
2009-08-26re PR fortran/28039 (Warn when ignoring extra characters in the format specif...Bud Davis2-14/+20
2009-08-25Remove svn merge markerMichael Meissner1-1/+0
2009-08-25Fix ENCODE example in gfortran manualJanne Blomqvist2-1/+5
2009-08-25re PR fortran/41139 (a procedure pointer call as actual argument)Janus Weil5-26/+42
2009-08-25re PR fortran/41162 (416.gamess in SPEC CPU 2006 failed to build)Jerry DeLisle2-2/+19
2009-08-25re PR fortran/41154 (Comma required after P descriptor)Jerry DeLisle2-2/+7
2009-08-25re PR debug/40660 (Weird break points with 4.5, works with 4.4)Aldy Hernandez2-2/+9
2009-08-24re PR fortran/35754 (-std=f95: Reject "1P2E12.4" w/o a comma after the "P")Jerry DeLisle2-10/+32
2009-08-24re PR fortran/37446 (Diagnostic of edit descriptors, esp. EN)Jerry DeLisle2-12/+60
2009-08-23Correct the ChangeLog entry where Paul Thomas was not included.Steven G. Kargl1-0/+1
2009-08-23gfortran.texi: Document the ERRMSG, SOURCE, and type-spec F2003 features are ...Steven G. Kargl1-0/+8
2009-08-23proc_ptr_24.f90: New test.Steven G. Kargl2-0/+8
2009-08-23allocate_alloc_opt_4.f90: New test.Steven G. Kargl5-18/+327
2009-08-23[multiple changes]Bud Davis2-15/+22
2009-08-21re PR fortran/41106 ([F03] Procedure Pointers with CHARACTER results)Janus Weil5-32/+61
2009-08-20* trans-stmt.c (gfc_trans_do): Add a few missing folds.Tobias Schlüter2-4/+8
2009-08-20trans-expr.c (gfc_conv_string_tmp): Check type compatibility instead of equal...Michael Matz2-1/+7
2009-08-20re PR fortran/41121 (compile-time error when building BLAS with -fimplicit-none)Janus Weil2-1/+7
2009-08-19tree-ssa-structalias.c (create_variable_info_for): Also mark first field in a...Michael Matz9-40/+142
2009-08-18re PR fortran/40870 ([F03] include formal args in backend_decl of PPCs)Janus Weil2-10/+23
2009-08-17re PR fortran/41062 (ICE in gfc_trans_use_stmts, at fortran/trans-decl.c:3438)Paul Thomas2-1/+13
2009-08-17re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft2-6/+37
2009-08-17re PR fortran/41075 ([F2008] Implement unlimited format item)Jerry DeLisle3-20/+66
2009-08-17re PR fortran/40877 (memory leaks with gfc_charlen?)Janus Weil10-45/+64
2009-08-16trans-expr.c (gfc_trans_scalar_assign): Replace hack with more proper hack.Richard Guenther2-17/+14
2009-08-15re PR fortran/41080 (gfortran -dumpversion does not behave like gcc or g++)Tobias Burnus2-2/+6
2009-08-15re PR fortran/41070 (Error: Components of structure constructor '' at (1) are...Janus Weil2-2/+8
2009-08-14decl.c (gfc_match_type_spec): Whitespace.Steven G. Kargl1-3/+3
2009-08-13re PR fortran/40941 (gfc_typespec: put derived and cl into union)Janus Weil29-728/+773
2009-08-13re PR fortran/40995 (Spurious "Type specified for intrinsic function...ignore...Janus Weil2-52/+58
2009-08-12re PR fortran/41034 (Wrongly rejected proc pointer assignment with CDECL (com...Tobias Burnus3-10/+19
2009-08-12trans-types.c (gfc_get_derived_type): Do not clear TYPE_CANONICAL.Richard Guenther2-1/+6
2009-08-11re PR fortran/41022 ([F03] procedure pointer components as actual arguments)Janus Weil2-1/+8
2009-08-10re PR fortran/37425 (Fortran 2003: GENERIC bindings as operators)Daniel Kraft6-158/+539