aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2011-07-31re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...Janus Weil2-25/+62
2011-07-30re PR fortran/48876 (ICE when initializing character variable with zero-lengt...Thomas Koenig2-0/+9
2011-07-28re PR fortran/31067 (MINLOC should sometimes be inlined (gas_dyn is sooooo sl...Jakub Jelinek2-1/+62
2011-07-28re PR fortran/45586 (ICE non-trivial conversion at assignment)Tobias Burnus2-0/+9
2011-07-27re PR fortran/49755 (ALLOCATE with STAT= produces invalid code for already al...Daniel Carrera6-107/+135
2011-07-26trans-array.c (CAF_TOKEN_FIELD): New macro constant.Tobias Burnus5-21/+86
2011-07-23resolve.c (resolve_symbol): Fix coarray var decl check.Tobias Burnus2-5/+7
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera7-151/+224
2011-07-21Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl2-1/+5
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus6-4/+146
2011-07-19expr.c (gfc_is_coarray): New function.Tobias Burnus4-35/+91
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther5-17/+24
2011-07-19re PR fortran/49708 (ICE with allocate and no dimensions)Janus Weil2-1/+6
2011-07-18trans-decl.c (gfc_build_qualified_array): Make coarray's token TYPE_QUAL_REST...Tobias Burnus2-3/+10
2011-07-18resolve.c (resolve_transfer): Mention defined I/O in the diagnostic for alloc...Tobias Burnus2-5/+12
2011-07-17re PR fortran/34657 (program-unit MY_SUB imports symbol MY_SUB)Tobias Burnus2-0/+13
2011-07-17re PR fortran/49624 (ICE with pointer-bound remapping)Tobias Burnus2-1/+8
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus9-53/+117
2011-07-11re PR fortran/49698 (Unmanageable compiler error)Jakub Jelinek2-1/+7
2011-07-10re PR fortran/49690 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Tobias Burnus2-1/+6
2011-07-09re PR fortran/48926 (gfortran.dg/coarray/image_index_1.f90 -fcoarray=single ...Uros Bizjak3-3/+9
2011-07-07re PR fortran/49648 (ICE(segfault) with MATMUL and function-result actual arg...Mikael Morin2-0/+8
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus2-2/+10
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera7-38/+97
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther2-2/+6
2011-07-04re PR fortran/49623 (Segfault of "gfortran -L" if no argument follows the "-L")Jakub Jelinek2-0/+9
2011-07-02re PR fortran/49562 ([OOP] assigning value to type-bound function)Janus Weil2-3/+7
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek9-49/+243
2011-06-27re PR fortran/49466 (Memory leak with assignment of extended derived types)Janus Weil2-8/+18
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod4-4/+10
2011-06-21re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...Janus Weil2-2/+8
2011-06-21Makefile.in (dg_target_exps): Set.Jakub Jelinek1-3/+6
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus15-35/+293
2011-06-18re PR fortran/49400 ([F08] Proc-pointer declaration in BLOCK construct)Janus Weil2-0/+7
2011-06-17re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil2-0/+10
2011-06-16re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Janus Weil2-0/+7
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil4-6/+20
2011-06-13frontend-passes.c (remove_trim): New function.Thomas Koenig2-43/+43
2011-06-122011-06-12 Tobias BurnusTobias Burnus3-3/+12
2011-06-11frontend-passes.c (optimize_assignment): Follow chains of concatenation opera...Thomas Koenig2-0/+14
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera3-17/+68
2011-06-09trans.c (gfc_allocate_array_with_status): Mark error path as unlikely.Richard Guenther2-3/+9
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus9-9/+301
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther2-3/+5
2011-06-05re PR fortran/49255 (-fcheck=pointer diagnoses too much: Passing NULL pointer...Tobias Burnus2-0/+12
2011-06-05dump-parse-tree.c (show_symbol): Don't dump namespace for ENTRY to avoid infi...Andreas Schmidt2-2/+9
2011-06-02re PR fortran/49268 (Invalid code generated for assumed-size Cray pointee)Asher Langton2-1/+11
2011-06-02re PR fortran/37039 (Cray pointer with pointee DIMENSION statement after POIN...Asher Langton2-3/+9
2011-06-02re PR fortran/49265 (Double colon in procedure-stmt (generic interface))Steven G. Kargl3-2/+25
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus12-14/+316