aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild14-227/+960
2016-11-30re PR fortran/78593 (ICE in gfc_match_varspec, at fortran/primary.c:2053)Janus Weil2-1/+6
2016-11-30re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface...Janus Weil2-7/+13
2016-11-30re PR fortran/78573 ([OOP] ICE in resolve_component, at fortran/resolve.c:13405)Janus Weil2-11/+11
2016-11-29[multiple changes]Janus Weil2-1/+9
2016-11-27re PR fortran/78474 ([F08] gfortran accepts invalid submodule syntax)Paul Thomas2-4/+28
2016-11-25For typo in documentation wrt. C_PTRDIFF_T constantJanne Blomqvist2-1/+6
2016-11-25re PR fortran/60853 ([OOP] Failure to disambiguate generic with unlimited pol...Janus Weil2-9/+7
2016-11-25[multiple changes]Paul Thomas3-12/+32
2016-11-24re PR fortran/78500 (ICE in gfc_check_vardef_context, at fortran/expr.c:5289)Steven G. Kargl3-2/+9
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