aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2009-10-17re PR fortran/41608 ([OOP] ICE with CLASS and invalid code)Janus Weil6-21/+76
2009-10-16re PR fortran/41719 ([OOP] invalid: Intrinsic assignment involving polymorphi...Janus Weil2-0/+14
2009-10-16Commit file missed in previous commit.Jerry DeLisle1-1/+1
2009-10-16re PR fortran/41648 ([OOP] Type-bound procedures refused)Paul Thomas3-23/+146
2009-10-15Add the PR number for the ETIME/DTIME documentation change.Steven G. Kargl1-0/+1
2009-10-15intrinsic.texi: Explicitly state that ETIME and DTIME take REAL(4) arguments.Steven G. Kargl2-7/+13
2009-10-13re PR fortran/41581 ([OOP] Allocation of a CLASS with SOURCE=<class> does not...Janus Weil7-101/+241
2009-10-11re PR fortran/38439 (I/O PD edit descriptor inconsistency)Jerry DeLisle2-2/+9
2009-10-11re PR fortran/41583 ([OOP] TYPE IS rejected because of way vtable index is im...Paul Thomas1-1/+1
2009-10-11re PR fortran/40440 (Automatic deallocation component of DT function return v...Paul Thomas2-4/+46
2009-10-10re PR fortran/41585 ([OOP] Reject CLASS(T) as component of "TYPE :: T")Janus Weil2-2/+7
2009-10-09re PR fortran/41582 ([OOP] Allocation of abstract types requires a type spec ...Tobias Burnus4-6/+29
2009-10-09re PR fortran/41579 ([OOP] Nesting of SELECT TYPE)Janus Weil5-19/+92
2009-10-07arith.c (arith_power): Use mpc_pow_z.Kaveh R. Ghazi3-1/+10
2009-10-07re PR fortran/41615 (Bogus error message: "internal function" should be "modu...Daniel Kraft2-4/+21
2009-10-07expr.c (gfc_check_pointer_assign): Do the correct type checking when CLASS va...Janus Weil7-45/+119
2009-10-07re PR fortran/41613 (ICE for gfortran.dg/dynamic_dispatch_*.f03 on powerpc-ap...Paul Thomas2-0/+10
2009-10-05trans-expr.c (select_class_proc): New function.Paul Thomas6-11/+490
2009-10-05re PR fortran/41403 (miscompilation of goto/label using code)Daniel Kraft2-25/+15
2009-10-03Merge lto branch into trunk.Diego Novillo2-0/+26
2009-10-02re PR fortran/41479 (intent(out) for types with default initialization)Tobias Burnus2-8/+19
2009-10-02re PR fortran/33197 (Fortran 2008: math functions)Kaveh R. Ghazi3-3/+52
2009-10-01re PR fortran/41515 (PARAMETER statement in module subroutines)Tobias Burnus2-29/+8
2009-10-01trans-array.c (gfc_trans_array_bound_check): Improved bounds checking error m...Dennis Wassel2-86/+118
2009-09-30resolve.c (check_typebound_baseobject): Don't check for abstract types for CL...Tobias Burnus3-22/+37
2009-09-30re PR fortran/40996 ([F03] ALLOCATABLE scalars)Tobias Burnus25-262/+1411
2009-09-29re PR fortran/39626 (Correctly implement details of Fortran 2008 BLOCK constr...Daniel Kraft14-36/+349
2009-09-29re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Jerry DeLisle2-7/+47
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2-1/+6
2009-09-25simplify.c (gfc_simplify_acos, [...]): Fix error message.Kaveh R. Ghazi2-6/+12
2009-09-24re PR fortran/41459 (Error not printed with -Werror and -fmax-errors=1)Steven G. Kargl3-4/+17
2009-09-16re PR fortran/41212 (miscompilation at -O2)Michael Matz4-28/+10
2009-09-14Squash commit of EH in gimpleRichard Henderson2-2/+8
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