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