re PR fortran/41615 (Bogus error message: "internal function" should be "module proce...
[gcc.git] / gcc / fortran / ChangeLog
2009-10-07 Daniel Kraftre PR fortran/41615 (Bogus error message: "internal...
2009-10-07 Janus Weilexpr.c (gfc_check_pointer_assign): Do the correct type...
2009-10-07 Paul Thomasre PR fortran/41613 (ICE for gfortran.dg/dynamic_dispat...
2009-10-05 Paul Thomastrans-expr.c (select_class_proc): New function.
2009-10-05 Daniel Kraftre PR fortran/41403 (miscompilation of goto/label using...
2009-10-03 Diego NovilloMerge lto branch into trunk.
2009-10-02 Tobias Burnusre PR fortran/41479 (intent(out) for types with default...
2009-10-02 Kaveh R. Ghazire PR fortran/33197 (Fortran 2008: math functions)
2009-10-01 Tobias Burnusre PR fortran/41515 (PARAMETER statement in module...
2009-10-01 Dennis Wasseltrans-array.c (gfc_trans_array_bound_check): Improved...
2009-09-30 Tobias Burnusresolve.c (check_typebound_baseobject): Don't check...
2009-09-30 Tobias Burnusre PR fortran/40996 ([F03] ALLOCATABLE scalars)
2009-09-29 Daniel Kraftre PR fortran/39626 (Correctly implement details of...
2009-09-29 Jerry DeLislere PR libfortran/35862 ([F2003] Implement new rounding...
2009-09-28 Richard Hendersonexcept.h (struct eh_region_d): Add use_cxa_end_cleanup.
2009-09-25 Kaveh R. Ghazisimplify.c (gfc_simplify_acos, [...]): Fix error message.
2009-09-24 Steven G. Karglre PR fortran/41459 (Error not printed with -Werror...
2009-09-16 Michael Matzre PR fortran/41212 (miscompilation at -O2)
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-13 Richard Guentherlanghooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
2009-09-10 Janus Weilre PR fortran/41242 (PPC call rejected (related to...
2009-09-10 Steven G. Karglre PR fortran/31292 (ICE with module procedure interfac...
2009-09-09 Richard Guentherre PR fortran/41297 (Functions are called twice)
2009-09-07 Thomas Koenigre PR fortran/41197 (ICE with ALLOCATE and nonscalar...
2009-09-05 Paul Thomasre PR fortran/41258 (internal compiler error: in find_t...
2009-09-03 Diego Novillo[multiple changes]
2009-09-02 Jakub JelinekFix up to make valid UTF-8.
2009-09-01 Richard Guenthertree-flow.h (mark_addressable): Move declaration ...
2009-09-01 Jerry DeLislere PR fortran/39229 (No warning of truncated lines...
2009-08-31 Janus Weilre PR fortran/40940 ([F03] CLASS statement)
2009-08-31 Janus Weilre PR fortran/40996 ([F03] ALLOCATABLE scalars)
2009-08-30 Daniel Kraftre PR fortran/37425 (Fortran 2003: GENERIC bindings...
2009-08-27 Janus Weilre PR fortran/40869 ([F03] PPC assignment checking)
2009-08-27 Daniel Kraftre PR fortran/37425 (Fortran 2003: GENERIC bindings...
2009-08-26 Bud Davisre PR fortran/28039 (Warn when ignoring extra character...
2009-08-25 Michael MeissnerRemove svn merge marker
2009-08-25 Janne BlomqvistFix ENCODE example in gfortran manual
2009-08-25 Janus Weilre PR fortran/41139 (a procedure pointer call as actual...
2009-08-25 Jerry DeLislere PR fortran/41162 (416.gamess in SPEC CPU 2006 failed...
2009-08-25 Jerry DeLislere PR fortran/41154 (Comma required after P descriptor)
2009-08-25 Aldy Hernandezre PR debug/40660 (Weird break points with 4.5, works...
2009-08-24 Jerry DeLislere PR fortran/35754 (-std=f95: Reject "1P2E12.4" w...
2009-08-24 Jerry DeLislere PR fortran/37446 (Diagnostic of edit descriptors...
2009-08-23 Steven G. KarglCorrect the ChangeLog entry where Paul Thomas was not...
2009-08-23 Steven G. Karglproc_ptr_24.f90: New test.
2009-08-23 Steven G. Karglallocate_alloc_opt_4.f90: New test.
2009-08-23 Bud Davis[multiple changes]
2009-08-21 Janus Weilre PR fortran/41106 ([F03] Procedure Pointers with...
2009-08-20 Tobias Schlüter* trans-stmt.c (gfc_trans_do): Add a few missing folds.
2009-08-20 Michael Matztrans-expr.c (gfc_conv_string_tmp): Check type compatib...
2009-08-20 Janus Weilre PR fortran/41121 (compile-time error when building...
2009-08-19 Michael Matztree-ssa-structalias.c (create_variable_info_for):...
2009-08-18 Janus Weilre PR fortran/40870 ([F03] include formal args in backe...
2009-08-17 Paul Thomasre PR fortran/41062 (ICE in gfc_trans_use_stmts, at...
2009-08-17 Daniel Kraftre PR fortran/37425 (Fortran 2003: GENERIC bindings...
2009-08-17 Jerry DeLislere PR fortran/41075 ([F2008] Implement unlimited format...
2009-08-17 Janus Weilre PR fortran/40877 (memory leaks with gfc_charlen?)
2009-08-16 Richard Guenthertrans-expr.c (gfc_trans_scalar_assign): Replace hack...
2009-08-15 Tobias Burnusre PR fortran/41080 (gfortran -dumpversion does not...
2009-08-14 Janus Weilre PR fortran/41070 (Error: Components of structure...
2009-08-13 Janus Weilre PR fortran/40941 (gfc_typespec: put derived and...
2009-08-13 Janus Weilre PR fortran/40995 (Spurious "Type specified for intri...
2009-08-12 Tobias Burnusre PR fortran/41034 (Wrongly rejected proc pointer...
2009-08-12 Richard Guenthertrans-types.c (gfc_get_derived_type): Do not clear...
2009-08-11 Janus Weilre PR fortran/41022 ([F03] procedure pointer components...
2009-08-10 Daniel Kraftre PR fortran/37425 (Fortran 2003: GENERIC bindings...
2009-08-10 Janus Weilre PR fortran/40940 ([F03] CLASS statement)
2009-08-09 Tobias Burnusre PR fortran/40955 (STDCALL attributes are not saved...
2009-08-05 Tobias Burnusre PR fortran/40969 (Revision 150465 failed gfortran...
2009-08-05 Paul Thomasre PR fortran/40847 (segfault & bogus warning)
2009-08-04 Tobias Burnusre PR fortran/40949 (FAIL: gfortran.dg/proc_ptr_7.f90)
2009-08-04 Paul Thomasre PR fortran/40875 (ICE with illegal type conversion)
2009-08-02 Janus Weilre PR fortran/40881 ([F03] warn for obsolescent features)
2009-08-01 Paul Thomasre PR fortran/40011 (Problems with -fwhole-file)
2009-07-29 Tobias Burnusre PR fortran/40898 (STDCALL mangling problem for strin...
2009-07-28 Jakub Jelinekre PR fortran/40878 (!$omp collapse(m) with non-constan...
2009-07-28 Janus Weilre PR fortran/40882 ([F03] infinite recursion in gfc_ge...
2009-07-27 Janus Weilre PR fortran/40848 (ICE with alternate returns)
2009-07-27 Tobias Burnusre PR fortran/40851 ([4.3/4.4/4.5] problem with dealloc...
2009-07-26 Tobias Burnusre PR fortran/33197 (Fortran 2008: math functions)
2009-07-25 Tobias Burnusre PR fortran/33197 (Fortran 2008: math functions)
2009-07-25 Richard Guentherre PR fortran/40005 (segfault in gt_ggc_mx_lang_tree_node)
2009-07-25 Janus Weilre PR fortran/39630 ([F03] Procedure Pointer Components)
2009-07-24 Janus Weilre PR fortran/40822 (Internal compiler error when Fortr...
2009-07-24 Jakub Jelinekre PR fortran/40643 (maxloc/minloc: Wrong result for...
2009-07-23 Jakub Jelinekre PR fortran/40839 (gfortran segmentation fault when...
2009-07-22 Paul Thomas[multiple changes]
2009-07-22 Francois-Xavier... trans.h (gfc_set_decl_assembler_name): New prototype.
2009-07-21 Paul Thomasre PR fortran/40726 (miscompilation at -O1)
2009-07-19 Steven G. Karglre PR fortran/40727 ([4.4] ICE gfc_simplify_dcmplx...
2009-07-17 Richard Guentherre PR c/40401 (ICE: verify_gimple failed)
2009-07-16 Aldy Hernandezre PR c/40435 (Revision 148442 caused many regressions...
2009-07-15 Janus Weilre PR fortran/40743 (ICE when compiling iso_varying_str...
2009-07-14 Taras Gleksourcebuild.texi: Document install-plugin target.
2009-07-13 H.J. Lumodule.c (mio_symbol): Remove the unused variable,...
2009-07-13 Janus Weilre PR fortran/40646 ([F03] array-valued procedure point...
2009-07-13 Tobias Burnusre PR fortran/40588 (Small bug in match_charkind_name)
2009-07-11 Tobias Burnusre PR fortran/33197 (Fortran 2008: math functions)
2009-07-10 Paul Thomasre PR fortran/39334 (Recusive parameter kind produces...
2009-07-09 Paul Thomasre PR fortran/40629 (Host association problem)
next