aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2011-07-23resolve.c (resolve_symbol): Fix coarray var decl check.Tobias Burnus1-0/+4
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera1-0/+23
2011-07-21Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl1-0/+4
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus1-0/+14
2011-07-19expr.c (gfc_is_coarray): New function.Tobias Burnus1-0/+6
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-0/+8
2011-07-19re PR fortran/49708 (ICE with allocate and no dimensions)Janus Weil1-0/+5
2011-07-18trans-decl.c (gfc_build_qualified_array): Make coarray's token TYPE_QUAL_REST...Tobias Burnus1-2/+7
2011-07-18resolve.c (resolve_transfer): Mention defined I/O in the diagnostic for alloc...Tobias Burnus1-0/+5
2011-07-17re PR fortran/34657 (program-unit MY_SUB imports symbol MY_SUB)Tobias Burnus1-0/+6
2011-07-17re PR fortran/49624 (ICE with pointer-bound remapping)Tobias Burnus1-0/+6
2011-07-16expr.c (gfc_ref_this_image): New function.Tobias Burnus1-1/+17
2011-07-11re PR fortran/49698 (Unmanageable compiler error)Jakub Jelinek1-0/+6
2011-07-10re PR fortran/49690 (ICE in gfc_typenode_for_spec, at fortran/trans-types.c:1...Tobias Burnus1-0/+5
2011-07-09re PR fortran/48926 (gfortran.dg/coarray/image_index_1.f90 -fcoarray=single ...Uros Bizjak1-1/+7
2011-07-07re PR fortran/49648 (ICE(segfault) with MATMUL and function-result actual arg...Mikael Morin1-0/+6
2011-07-07trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus1-0/+5
2011-07-06trans-array.c (gfc_array_allocate): Rename allocatable_arrayDaniel Carrera1-0/+24
2011-07-06tree.c (build_common_tree_nodes_2): Merge with build_common_tree_nodes.Richard Guenther1-0/+5
2011-07-04re PR fortran/49623 (Segfault of "gfortran -L" if no argument follows the "-L")Jakub Jelinek1-0/+6
2011-07-02re PR fortran/49562 ([OOP] assigning value to type-bound function)Janus Weil1-0/+5
2011-06-30re PR fortran/49540 (Memory-hog with large DATA stmt)Jakub Jelinek1-0/+21
2011-06-27re PR fortran/49466 (Memory leak with assignment of extended derived types)Janus Weil1-0/+6
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-0/+6
2011-06-21re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...Janus Weil1-0/+6
2011-06-20re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+29
2011-06-18re PR fortran/49400 ([F08] Proc-pointer declaration in BLOCK construct)Janus Weil1-0/+6
2011-06-17re PR fortran/48699 ([OOP] MOVE_ALLOC inside SELECT TYPE)Janus Weil1-0/+6
2011-06-16re PR fortran/49074 ([OOP] Defined assignment w/ CLASS arrays: Incomplete err...Janus Weil1-0/+6
2011-06-16re PR fortran/49417 ([OOP] ICE on invalid CLASS component declaration)Janus Weil1-0/+8
2011-06-13frontend-passes.c (remove_trim): New function.Thomas Koenig1-0/+7
2011-06-122011-06-12 Tobias BurnusTobias Burnus1-0/+8
2011-06-11frontend-passes.c (optimize_assignment): Follow chains of concatenation opera...Thomas Koenig1-0/+6
2011-06-10trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera1-0/+8
2011-06-09trans.c (gfc_allocate_array_with_status): Mark error path as unlikely.Richard Guenther1-0/+5
2011-06-08re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+18
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther1-0/+5
2011-06-05re PR fortran/49255 (-fcheck=pointer diagnoses too much: Passing NULL pointer...Tobias Burnus1-0/+6
2011-06-05dump-parse-tree.c (show_symbol): Don't dump namespace for ENTRY to avoid infi...Andreas Schmidt1-1/+7
2011-06-02re PR fortran/49268 (Invalid code generated for assumed-size Cray pointee)Asher Langton1-0/+6
2011-06-02re PR fortran/37039 (Cray pointer with pointee DIMENSION statement after POIN...Asher Langton1-0/+5
2011-06-02re PR fortran/49265 (Double colon in procedure-stmt (generic interface))Steven G. Kargl1-0/+8
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+29
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+6
2011-05-31re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+6
2011-05-29re PR fortran/47601 ([OOP] Internal Error: mio_component_ref(): Component not...Janus Weil1-0/+6
2011-05-29re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+6
2011-05-29re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+9
2011-05-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus1-0/+9
2011-05-27re PR fortran/48820 (TR 29113: Implement parts needed for MPI 3)Tobias Burnus1-0/+11