summaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasereleases/gcc-9.1.0GCC Administrator2019-05-031-0/+4
* re PR fortran/90166 (Compiler Fails at Assembler)Steven G. Kargl2019-04-221-0/+7
* re PR fortran/57284 ([OOP] ICE with find_array_spec for polymorphic arrays)Paul Thomas2019-04-221-0/+10
* [PR90048] Fortran OpenACC 'private' clause rejected for predetermined private...Thomas Schwinge2019-04-171-0/+8
* re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas2019-04-141-0/+28
* re PR fortran/79842 (i18n: subword translation in "Can't use the same %smodule")Dominique d'Humieres2019-04-131-0/+5
* re PR translation/89939 (messages for translation must not contain embedded m...Thomas Koenig2019-04-111-0/+11
* re PR fortran/89904 (ICE in gfortran starting with r270045)Harald Anlauf2019-04-071-1/+1
* re PR fortran/87352 (Large stack usage with new gfortran)Thomas Koenig2019-04-061-0/+7
* re PR fortran/89981 (gfortran -pedantic rejects code in 8.3.1 that is accepte...Thomas Koenig2019-04-061-0/+6
* re PR fortran/89904 (ICE in gfortran starting with r270045)Harald Anlauf2019-04-041-0/+6
* [multiple changes]Dominique d'Humieres2019-04-031-0/+6
* re PR fortran/89375 (fortran/expr.c:4723:5: warning: logical ‘or’ of equa...Dominique d'Humieres2019-04-031-0/+5
* re PR fortran/83515 (ICE: Invalid expression in gfc_element_size)Harald Anlauf2019-03-311-0/+9
* dump-parse-tree.c (debug): Add for symbol_attribute *, symbol_attribute and g...Thomas Koenig2019-03-311-0/+5
* re PR fortran/89841 (improper descriptor information passed to C)Paul Thomas2019-03-301-0/+10
* re PR fortran/85537 ([F08] Invalid memory reference at runtime when calling s...Janus Weil2019-03-271-0/+6
* re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas2019-03-271-0/+23
* [doc] Fix typos in MINLOC, MAXLOC documentationKyrylo Tkachov2019-03-251-0/+5
* re PR fortran/78865 (ICE in create_tmp_var, at gimple-expr.c:473)Thomas Koenig2019-03-241-0/+10
* [PR72741] Properly handle clauses specifying the level of parallelism for 'ex...Thomas Schwinge2019-03-211-0/+5
* [PR89773] Fortran OpenACC 'routine' directive refuses procedures with implici...Thomas Schwinge2019-03-211-0/+8
* [PR72741] The name in a Fortran OpenACC 'routine' directive refers to the con...Thomas Schwinge2019-03-211-0/+3
* [PR72741] Encode OpenACC 'routine' directive's level of parallelism inside Fo...Thomas Schwinge2019-03-211-0/+10
* re PR fortran/71861 ([F03] ICE in write_symbol(): bad module symbol)Janus Weil2019-03-201-0/+6
* re PR fortran/68009 (prototype for gfortran_runtime_error with inline matmul)Thomas Koenig2019-03-181-0/+7
* re PR fortran/88008 (ICE in check_typebound_baseobject, at fortran/resolve.c:...Thomas Koenig2019-03-181-0/+13
* re PR fortran/89724 (Fortran diagnostics give wrong line number because of ma...Jakub Jelinek2019-03-161-0/+8
* re PR fortran/84394 (compiler error when using modules with derived types in ...Thomas Koenig2019-03-161-1/+8
* re PR fortran/60091 (Misleading error messages in rank-2 pointer assignment t...Harald Anlauf2019-03-151-0/+6
* gfortran.texi: Document Q edit descriptor under " Extensions not implemented ...Thomas Koenig2019-03-141-0/+5
* re PR fortran/87045 (pointer to array of character)Harald Anlauf2019-03-131-0/+7
* re PR fortran/89601 ([PDT] ICE: Segmentation fault (in resolve_component))Janus Weil2019-03-131-0/+7
* [multiple changes]Thomas Koenig2019-03-131-0/+24
* re PR fortran/87673 (Errors caused by using function for character length in ...Thomas Koenig2019-03-121-0/+6
* Replace can't in error messages for Fortran.Martin Liska2019-03-121-0/+19
* re PR fortran/89363 (RANK incorrect for unallocated allocatable)Paul Thomas2019-03-121-0/+16
* re PR fortran/89651 (OpenMP private array uninitialized warning with -O flag)Jakub Jelinek2019-03-111-0/+7
* Wrap option names in gcc internal messages with %< and %>.Martin Liska2019-03-111-0/+11
* re PR fortran/66089 (elemental dependency mishandling when class array are in...Thomas Koenig2019-03-101-0/+7
* re PR fortran/87734 (ICE in is_illegal_recursion check for character len= par...Thomas Koenig2019-03-101-0/+6
* re PR fortran/71544 (gfortran compiler optimization bug when dealing with c-s...Thomas Koenig2019-03-091-0/+7
* re PR fortran/84504 ([F08] procedure pointer variables cannot be initialized ...Janus Weil2019-03-091-0/+6
* re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ...Thomas Koenig2019-03-091-0/+6
* re PR other/80058 (fix double spaces in string literals everywhere)Jakub Jelinek2019-03-081-0/+7
* re PR fortran/71203 (ICE in add_init_expr_to_sym, at fortran/decl.c:1512 and ...Harald Anlauf2019-03-061-0/+5
* re PR fortran/77583 (ICE in pp_quoted_string, at pretty-print.c:966)Harald Anlauf2019-03-031-0/+7
* re PR fortran/72714 ([Coarray] ICE in gfc_array_init_size, at fortran/trans-a...Thomas Koenig2019-03-031-0/+5
* re PR fortran/89516 (ICE in gfc_calculate_transfer_sizes at gcc/fortran/check...Harald Anlauf2019-03-021-0/+6
* [PR72741, PR89433] Repeated use of the Fortran OpenACC 'routine' directiveThomas Schwinge2019-02-281-0/+5