aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2008-10-07f95-lang.c (poplevel): Don't clear BLOCK_VARS if functionbody.Jakub Jelinek3-11/+27
2008-10-05re PR fortran/35680 (ICE on invalid transfer in variable declaration)Paul Thomas3-14/+36
2008-10-05re PR fortran/37638 (ICE in update_arglist_pass)Daniel Kraft3-0/+25
2008-10-05re PR fortran/37706 (ICE with use only and equivalent)Paul Thomas2-2/+11
2008-10-02re PR fortran/37635 (Fortran 2008: Support LEADZ / TRAILZ)Steven Bosscher8-0/+335
2008-09-30re PR fortran/36592 (F2003: Procedure pointer in COMMON)Janus Weil3-9/+24
2008-09-26re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle3-2/+7
2008-09-25re PR fortran/37504 (Wrongly rejects: unprotected_pointer => protected_pointer)Tobias Burnus3-18/+10
2008-09-24options.c (set_default_std_flags,gfc_init_options): Add comment: keep in sync...Tobias Burnus2-2/+10
2008-09-24re PR fortran/37626 (ICE for automatic deallocation of character result varia...Tobias Burnus2-1/+7
2008-09-23re PR fortran/37588 (GENERIC type-bound procedure is not resolved)Daniel Kraft4-20/+50
2008-09-23re PR fortran/37580 (Accepts "pointer(:) => target" without lower bound)Tobias Burnus2-0/+32
2008-09-23re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)Jerry DeLisle3-2/+10
2008-09-22re PR fortran/37486 (alignment of data in COMMON blocks)Janus Weil6-17/+82
2008-09-21re PR fortran/37583 (ICE "insert_bbt(): Duplicate key" for self-calling ENTRY...Paul Thomas3-2/+19
2008-09-21re PR fortran/35846 (ICE on nested character constructors)Daniel Kraft5-15/+129
2008-09-21decl.c (match_procedure_in_type): Changed misleading error message for not ye...Daniel Kraft2-2/+6
2008-09-18re PR fortran/35945 (Complex module-based overloading fails)Paul Thomas3-4/+18
2008-09-18re PR fortran/37507 (Print location in (DE)ALLOCATION errors)Daniel Kraft7-62/+145
2008-09-17re PR fortran/37274 ([Regression on 4.3?] error: type name is ambiguous.)Paul Thomas4-41/+143
2008-09-17re PR fortran/37536 (a mfcr is produced instead of branches for DO loops)Jakub Jelinek2-35/+72
2008-09-14re PR fortran/35840 (ICE for character expression in I/O specifier)Jerry DeLisle2-5/+16
2008-09-13re PR fortran/35770 (implicit character(s) hides type of internal function)Daniel Kraft2-1/+10
2008-09-12tree-vrp.c (simplify_truth_ops_using_ranges): Fix types.Richard Guenther2-1/+7
2008-09-11re PR fortran/36214 (Wrong simplification of BOZ constants)Daniel Kraft3-6/+14
2008-09-10expr.c (find_array_element): Reformat comment.H.J. Lu2-1/+6
2008-09-10expr.c (find_array_element): Reformat.H.J. Lu2-20/+22
2008-09-10re PR fortran/37420 (-Wunused-variable broken)Tobias Burnus2-7/+14
2008-09-09re PR fortran/37429 (Checks when assigning from a type-bound procedure broken)Daniel Kraft2-0/+16
2008-09-09re PR fortran/37411 (ICE (segfault) in trans-array.c)Daniel Kraft2-0/+9
2008-09-08re PR fortran/37199 (array assignment from function writes out of bounds)Daniel Kraft2-4/+26
2008-09-08re PR fortran/37400 (implicit character(len=*,kind=kind('A')) (Q) ... no long...Tobias Burnus2-0/+11
2008-09-06[multiple changes]Tobias Burnus2-4/+11
2008-09-06re PR fortran/33229 (ICE with "intrinsic" plus calling a subroutine as function)Steven G. Kargl2-0/+16
2008-09-05re PR fortran/35837 (rej.valid: Host-associated SAVEd variable and PURE funct...Daniel Kraft3-3/+11
2008-09-05re PR fortran/36746 (Rejects variable which is implictly typed as derived typ...Daniel Kraft2-4/+11
2008-09-05Convert ChangeLog files to UTF-8.Jakub Jelinek4-46/+46
2008-09-04trans-array.c (gfc_conv_array_parameter): Use correct types in building COND_...Richard Guenther4-4/+14
2008-09-04re PR fortran/37099 (Wrong results when comparing a character array to a char...Daniel Kraft2-1/+40
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor3-5/+16
2008-09-02re PR fortran/37228 (F2008: Support g0.<d> edit descriptor)Jerry DeLisle2-14/+16
2008-09-02gfortran.h (struct gfc_namespace): New member `implicit_loc'.Daniel Kraft8-7/+122
2008-09-01re PR fortran/37193 ("USE mod, ONLY: i, i=>j" does not import "i")Daniel Kraft2-2/+12
2008-09-01gfc-internals.texi (F2003 OOP), [...]): New chapter and section to document t...Daniel Kraft5-2/+214
2008-08-31trans-expr.c (gfc_trans_string_copy): Use the correct types to compute slen a...Richard Guenther2-4/+11
2008-08-31gfortran.h (enum gfc_statement): New entry `ST_GENERIC'.Daniel Kraft12-141/+708
2008-08-30parse.c (parse_interface): Silence uninitialized var warning.Jan Hubicka1-1/+1
2008-08-29see.c (see_merge_one_def_extension): Silence used uninitialized warning.Jan Hubicka2-1/+5
2008-08-29dwarf2out.c (descr_info_loc): Handle VAR_DECL.Jakub Jelinek4-3/+19
2008-08-29dwarf2out.c (gen_const_die): New function.Jakub Jelinek2-0/+137