aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-10re PR fortran/40940 ([F03] CLASS statement)Janus Weil5-10/+75
2009-08-09re PR fortran/40955 (STDCALL attributes are not saved in the .MOD files)Tobias Burnus7-8/+29
2009-08-05re PR fortran/40969 (Revision 150465 failed gfortran.dg/c_by_val_1.f)Tobias Burnus2-1/+12
2009-08-05re PR fortran/40847 (segfault & bogus warning)Paul Thomas2-3/+19
2009-08-04re PR fortran/40949 (FAIL: gfortran.dg/proc_ptr_7.f90)Tobias Burnus2-2/+7
2009-08-04re PR fortran/40875 (ICE with illegal type conversion)Paul Thomas2-1/+11
2009-08-02re PR fortran/40881 ([F03] warn for obsolescent features)Janus Weil4-5/+33
2009-08-01re PR fortran/40011 (Problems with -fwhole-file)Paul Thomas9-30/+399
2009-07-29re PR fortran/40898 (STDCALL mangling problem for strings @8 instead of @4)Tobias Burnus3-2/+11
2009-07-28re PR fortran/40878 (!$omp collapse(m) with non-constant m should give error)Jakub Jelinek2-2/+9
2009-07-28re PR fortran/40882 ([F03] infinite recursion in gfc_get_derived_type with PP...Janus Weil2-5/+20
2009-07-27re PR fortran/40848 (ICE with alternate returns)Janus Weil2-7/+8
2009-07-27re PR fortran/40851 ([4.3/4.4/4.5] problem with deallocation of pointers)Tobias Burnus3-2/+11
2009-07-26re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus5-7/+42
2009-07-25re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus4-72/+187
2009-07-25re PR fortran/40005 (segfault in gt_ggc_mx_lang_tree_node)Richard Guenther4-7/+20
2009-07-25re PR fortran/39630 ([F03] Procedure Pointer Components)Janus Weil6-50/+268