aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2016-11-23re PR fortran/78297 (ICE in finish_equivalences, at fortran/trans-common.c:1246)Steven G. Kargl2-2/+11
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor2-0/+15
2016-11-22re PR fortran/78479 (ICE in gfc_apply_init, at fortran/expr.c:4135)Steven G. Kargl2-1/+11
2016-11-22re PR fortran/78443 ([OOP] Incorrect behavior with non_overridable keyword)Janus Weil2-1/+7
2016-11-20re PR fortran/69741 (Bad error in forall with array loop counters)Harald Anlauf2-9/+19
2016-11-20re PR fortran/78395 ([OOP] error on polymorphic assignment)Andre Vehreschild2-1/+7
2016-11-18Add SET_DECL_MODERichard Sandiford4-3/+11
2016-11-17re PR fortran/66227 ([OOP] EXTENDS_TYPE_OF n returns wrong result for polymor...Janus Weil2-6/+13
2016-11-17re PR fortran/58001 (Make it possible to silence "Extension: Tab character in...Steven G. Kargl2-26/+19
2016-11-16re PR fortran/78356 ([OOP] segfault allocating polymorphic variable with poly...Andre Vehreschild3-10/+31
2016-11-14dump-parse-tree.c (show_code): Add prototype.Thomas Koenig2-1/+20
2016-11-14re PR fortran/78300 ([OOP] Failure to compile a F03 code with an optional dum...Janus Weil2-7/+19
2016-11-13re PR fortran/60952 ([F03] Problem using "end" as a type-bound procedure and ...Janus Weil2-0/+8
2016-11-13re PR fortran/66366 ([OOP] ICE on invalid with non-allocatable CLASS variable)Janus Weil3-15/+18
2016-11-12re PR fortran/77501 ([F03] ICE in gfc_match_generic, at fortran/decl.c:9429)Janus Weil3-28/+18
2016-11-10Fix ICE and improve errors for invalid anonymous structure declarations.Fritz O. Reese2-1/+28
2016-11-10Fix some whitespace.Fritz O. Reese3-123/+129
2016-11-10cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307.Jakub Jelinek4-7/+13
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek18-410/+2618
2016-11-09[multiple changes]Janus Weil2-1/+9
2016-11-09Fix ICE in gfc_trans_subcomponent_assign due to NULL components.Fritz O. Reese2-1/+8
2016-11-09[multiple changes]Janus Weil2-5/+12
2016-11-09check.c (gfc_check_move_alloc): Prevent error that avoids aliasing between to...Paul Thomas2-6/+42
2016-11-09re PR fortran/71894 ([OOP] ICE in gfc_add_component_ref, at fortran/class.c:227)Janus Weil2-1/+7
2016-11-08re PR fortran/68440 ([OOP] ICE on declaring class variable with wrong attribute)Janus Weil3-1/+16
2016-11-08re PR fortran/77596 ([F03] procedure pointer component with implicit interfac...Janus Weil2-9/+24
2016-11-07re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig4-0/+20
2016-11-07Fixed PR in ChangeLog entry.Thomas Koenig1-1/+1
2016-11-07re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig3-0/+9
2016-11-06re PR fortran/78226 (Fill out location information everywhere)Thomas Koenig2-0/+6
2016-11-06allocate_with_source_14.f03: Fixed number mallocs occuring.Andre Vehreschild6-82/+115
2016-11-06re PR fortran/78221 (bogus warning: Non-zero imaginary part discarded in conv...Thomas Koenig2-4/+10
2016-11-05check.c (gfc_check_move_alloc): Introduce error to prevent aliasing between t...Paul Thomas2-39/+54
2016-11-05re PR fortran/69495 (unused-label warning does not tell which flag triggered it)Janus Weil6-11/+32
2016-11-05re PR fortran/67564 (Segfault on sourced allocattion statement with class(*) ...Paul Thomas2-1/+13
2016-11-04re PR fortran/64933 (ASSOCIATE on a character variable does not allow substri...Paul Thomas2-7/+36
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese7-5/+41
2016-11-03Support legacy PARAMETER statements with -std=legacy.Fritz O. Reese4-3/+35
2016-11-02New warning -Wargument-mismatch for function argument mismatches.Fritz O. Reese5-14/+43
2016-11-02Allow warning flags to associate through gfc_error.Fritz Reese3-5/+22
2016-11-01re PR fortran/78178 (ICE in WHERE statement with diagnostic)Thomas Koenig2-0/+7
2016-11-01re PR fortran/69544 (Internal compiler error with -Wall and where)Thomas Koenig2-0/+10
2016-10-31re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi...Jerry DeLisle2-21/+32
2016-10-31dwarf2out.h (struct dw_loc_descr_node): Adjust comment for frame_offset_rel bit.Jakub Jelinek2-2/+28
2016-10-30re PR fortran/67219 (Incorrect conversion warning)Thomas Koenig3-5/+18
2016-10-28re PR fortran/71891 (fortran/symbol.c:4864: suspicious if ?)Steven G. Kargl2-1/+6
2016-10-27re PR fortran/78026 (ICE in gfc_resolve_omp_declare_simd, at fortran/openmp.c...Jakub Jelinek3-36/+48
2016-10-27Fix initialization of UNIONs with -finit-derived.Fritz Reese4-20/+170
2016-10-27re PR fortran/78092 (ICE when calling SIZEOF on CLASS(*) entry)Steven G. Kargl2-1/+9
2016-10-26re PR fortran/78108 (Generic type-bound operator conflicts)Paul Thomas2-1/+18