aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2017-08-10options.c (set_dec_flags): Only set legacy standards when value is not zero.Fritz Reese2-5/+12
2017-08-10options.c (set_dec_flags, [...]): Only set flag_d_lines with -fdec when not s...Fritz Reese2-6/+15
2017-08-10decl.c (attr_seen): New static variable.Fritz Reese3-2/+74
2017-08-08trans.c: Include header files.Martin Liska2-0/+5
2017-08-07re PR fortran/68829 (Segfaults with -Ofast due to large array on stack)Thomas Koenig2-1/+14
2017-08-01re PR fortran/79312 (Empty array in assignment not correctly type-checked)Thomas Koenig2-3/+11
2017-08-01re PR fortran/45435 (Automatically generate C interop interface blocks from C...Thomas Koenig7-0/+313
2017-08-01re PR fortran/53542 (Diagnostic of USE-associated variables shows original in...Dominique d'Humieres2-1/+6
2017-07-31* check.c (gfc_check_num_images): Fix a pasto.Jakub Jelinek2-1/+5
2017-07-29debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...Jakub Jelinek2-2/+8
2017-07-29simplify the bitmap alloc_stat functions with c++Trevor Saunders2-1/+5
2017-07-25* ioparm.def: Use 1U << 31 instead of 1 << 31 as flags2 mask.Jakub Jelinek2-2/+6
2017-07-24dump-parse-tree.c (show_symbol): Show binding label if present.Thomas Koenig2-0/+7
2017-07-24re PR fortran/66102 (dependency mishandling with reallocation on assignment)Thomas Koenig2-1/+11
2017-07-23fortran: fix pair_cmp qsort comparatorAlexander Monakov2-1/+7
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell2-7/+11
2017-07-09re PR fortran/81341 (trunk/gcc/fortran/class.c:313: redundant condition ?)Dominique d'Humieres2-1/+6
2017-07-06re PR fortran/70071 (ICE on wrong usage of a subscript triplet)Harald Anlauf2-1/+12
2017-07-03re PR fortran/79866 (diagnostics: typo in "Variable %s at %L of type EVENT_TY...Dominique d'Humieres2-1/+6
2017-07-03re PR fortran/79843 (diagnostics: missing word in fortran/symbol.c, conflict_...Dominique d'Humieres2-2/+7
2017-06-29re PR fortran/77765 (ICE in gfc_match_oacc_routine, at fortran/openmp.c:1781)Cesar Philippidis2-1/+8
2017-06-28re PR fortran/80164 (ICE in gfc_format_decoder at gcc/fortran/error.c:933)Jerry DeLisle2-1/+11
2017-06-24re PR fortran/81160 (arith.c:2009: bad statement order ?)Jerry DeLisle2-2/+9
2017-06-15re PR fortran/80983 ([F03] memory leak when calling procedure-pointer compone...Janus Weil2-1/+8
2017-06-10re PR fortran/80988 (171_swim fails)Thomas Koenig2-1/+17
2017-06-05re PR fortran/70601 ([OOP] ICE on procedure pointer component call)Janus Weil2-1/+7
2017-06-05re PR fortran/35339 (Improve translation of implied do loop in transfer)Nicolas Koenig2-0/+267
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-1/+1
2017-06-02re PR fortran/80918 (Assumed size whole array rejected in depend clause)Jakub Jelinek2-1/+6
2017-05-30C++ template type diff printingDavid Malcolm2-2/+8
2017-05-29re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig2-2/+103
2017-05-28frontend-passes.c (matmul_lhs_realloc): Correct allocation size for case A1B2.Thomas Koenig2-1/+6
2017-05-25dump-parse-tree.c (show_expr): Also replace with dumpfile for showing values ...Thomas Koenig2-1/+7
2017-05-24dump-parse-tree.c (show_expr): Replace stdout with dumpfile for showing values.Thomas Koenig2-3/+8
2017-05-24re PR fortran/66094 (Handle transpose(A) in inline matmul)Thomas Koenig2-16/+110
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge2-1/+7
2017-05-22re PR fortran/80766 ([OOP] ICE with type-bound procedure returning an array)Janus Weil2-0/+8
2017-05-19[multiple changes]Jerry DeLisle2-3/+22
2017-05-19fortran: remove trailing exclamation mark from various diagnostics (PR fortra...David Malcolm6-10/+20
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge5-8/+27
2017-05-18re PR fortran/79968 (diagnostics: merge similar diagnostics containing -fdec-...Fritz Reese3-12/+26
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle2-1/+7
2017-05-17re PR fortran/80668 (wrong error message with -finit-derived)Fritz Reese3-2/+15
2017-05-16re PR fortran/80554 ([f08] variable redefinition in submodule)Paul Thomas2-3/+30
2017-05-15re PR fortran/80674 (trunk/gcc/fortran/trans-stmt.c:2578]: (style) Redundant ...Steven G. Kargl2-3/+7
2017-05-15re PR fortran/80752 (ICE with wrong type initialization)Steven G. Kargl2-1/+12
2017-05-13re PR fortran/80442 (Rejects DATA statement with array slice)Nicolas Koenig3-11/+49
2017-05-13io.c (gfc_resolve_dt): Fix returns to bool type.Jerry DeLisle2-3/+7
2017-05-11re PR fortran/78659 ([F03] Spurious "requires DTIO" reported against namelist...Jerry DeLisle3-55/+88
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell2-1/+5