aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2010-06-29re PR fortran/44718 (Procedure-pointer name is wrongly regarded as "external ...Janus Weil2-0/+7
2010-06-29re PR fortran/44696 ([OOP] ASSOCIATED fails on polymorphic variables)Janus Weil2-0/+8
2010-06-29re PR fortran/44582 (gfortran generates wrong results due to wrong ABI in fun...Paul Thomas2-20/+85
2010-06-28re PR fortran/40158 (Misleading error message for passing a scalar to an array)Paul Thomas2-6/+35
2010-06-28vec.h (vec_heap_free): Add parentheses around free.Nathan Froyd2-9/+23
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2-1/+5
2010-06-27gfortran.h (gfc_code): Split backend_decl field into cycle_label and exit_lab...Nathan Froyd4-17/+27
2010-06-27dump-parse-tree.c (show_symbol): Dump target-expression for associate names.Daniel Kraft2-8/+32
2010-06-26re PR fortran/44678 (ICE with -fdump-parse-tree and select type)Thomas Koenig2-0/+16
2010-06-26decl.c (gfc_match_decl_type_spec): Support TYPE(intrinsic-type-spec).Tobias Burnus2-15/+84
2010-06-25intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes.Tobias Burnus7-38/+113
2010-06-25decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus6-18/+35
2010-06-25decl.c (gfc_match_entry): Allow END besides END SUBROUTINE/END FUNCTION for c...Tobias Burnus2-1/+13
2010-06-25parse.c (next_free, next_fixed): Allow ";" as first character.Tobias Burnus2-2/+12
2010-06-24re PR fortran/44614 ([OOP] Wrongly importing a symbol into an interface witho...Tobias Burnus2-1/+6
2010-06-22re PR fortran/44616 ([OOP] ICE if CLASS(foo) is used before its definition)Janus Weil2-0/+7
2010-06-21re PR fortran/40632 (Support F2008's contiguous attribute)Tobias Burnus18-26/+346
2010-06-20re PR other/32998 (-frecord-gcc-switches issues)Joseph Myers2-4/+4
2010-06-20re PR fortran/44584 (Invalid memory access with gfortran.dg/typebound_proc_15...Janus Weil2-1/+7
2010-06-19re PR fortran/44556 (incorrect error: Stat-variable at (1) shall not be DEAL...Tobias Burnus2-4/+52
2010-06-18re PR fortran/44558 ([OOP] ICE on invalid code: called TBP subroutine as TBP ...Janus Weil2-2/+10
2010-06-16re PR fortran/44549 ([OOP][F2008] Type-bound procedure: bogus error from list...Janus Weil5-16/+29
2010-06-15re PR fortran/43388 ([F2008][OOP] ALLOCATE with MOLD=)Janus Weil5-41/+102
2010-06-15re PR fortran/44536 (OMP: missing error with default(none))Jakub Jelinek4-1/+30
2010-06-13re PR fortran/31588 (gfortran should be able to output Makefile dependencies ...Daniel Franke10-63/+214
2010-06-12resolve.c (resolve_global_procedure): Improved checking if an explicit interf...Daniel Franke2-29/+93
2010-06-12trans-decl.c (gfc_build_intrinsic_function_decls): Fix return type.Francois-Xavier Coudert3-7/+15
2010-06-12re PR fortran/40117 ([OOP][F2008] Type-bound procedure: allow list after PROC...Janus Weil2-78/+88
2010-06-11* trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Fix comment.Francois-Xavier Coudert2-1/+5
2010-06-11mathbuiltins.def: Add builtins that do not directly correspond to a Fortran i...Francois-Xavier Coudert4-343/+217
2010-06-11re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Paul Thomas2-0/+9
2010-06-11re PR fortran/44207 (ICE with ALLOCATABLE components and SOURCE)Janus Weil2-5/+13
2010-06-11resolve.c (resolve_operator): Fix whitespace.Steven G. Kargl1-2/+2
2010-06-10re PR fortran/38273 (Cray pointers: Document that pointers cannot be function...Francois-Xavier Coudert2-5/+31
2010-06-10re PR fortran/43032 (FLUSH: Document that it does not call fsync() but fflush())Francois-Xavier Coudert2-0/+44
2010-06-10re PR fortran/44457 (Missing ASYNCHRONOUS constraint check)Daniel Franke2-4/+12
2010-06-10re PR fortran/38936 ([F03] ASSOCIATE construct / improved SELECT TYPE (a=>expr))Daniel Kraft13-29/+333
2010-06-10error.c (error_print): Pre-initialize loc by NULL.Kai Tietz4-19/+30
2010-06-09fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer5-4/+11
2010-06-09re PR fortran/44347 (SELECT_REAL_KIND: Wrongly accepts non-scalar arguments)Daniel Franke2-4/+22
2010-06-09re PR fortran/44359 (-Wall / -Wconversion: Too verbose warning for DATA BOZ c...Daniel Franke2-52/+66
2010-06-09re PR fortran/44430 (Infinite recursion with -fdump-parse-tree)Janus Weil2-1/+6
2010-06-092010-06-09 Steven G. KarglSteven G. Kargl2-1/+4
2010-06-09mvbits_9.f90: New test.Steven G. Kargl4-28/+121
2010-06-09re PR fortran/44211 ([OOP] ICE with TBP of pointer component of derived type ...Janus Weil2-0/+12
2010-06-09Move changelog entry of fortran into fortran's ChangeLog.Kai Tietz1-0/+6
2010-06-09resolve.c (resolve_deallocate_expr): Avoid warning about possible use of iuni...Kai Tietz1-1/+2
2010-06-09re PR fortran/43040 (Wrong decl for mathbuiltins -> wrong code with LTO)Francois-Xavier Coudert2-2/+5
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis5-11/+27
2010-06-08re PR fortran/44446 (Error with protected pocedure pointer)Tobias Burnus3-2/+19