aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese7-5/+304
2016-10-25re PR fortran/45516 ([F08] allocatable compontents of recursive type)Paul Thomas8-17/+220
2016-10-25Convert logical ops on integers to bitwise equivalent with -fdec.Fritz Reese3-0/+149
2016-10-25re PR fortran/72770 (ICE in make_ssa_name_fn, at tree-ssanames.c:263)Andre Vehreschild4-16/+49
2016-10-25intrinsic.texi (cosd): New mathop.Cesar Philippidis2-0/+5
2016-10-25Enable .XOR. operator with -std=legacy.Fritz Reese3-3/+29
2016-10-25Enable %LOC as an rvalue with -std=legacy.Fritz Reese3-3/+40
2016-10-25Support TYPE as alias for PRINT with -fdec.Fritz Reese6-0/+128
2016-10-25Treat form feed as whitespace.Fritz Reese3-1/+18
2016-10-25Cleanup -fdec.Fritz Reese8-18/+44