aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-06-21re PR fortran/67884 (Missing error message on required allocatable attribute)Steven G. Kargl1-0/+6
2019-06-21re PR fortran/51991 (Wrong error message with variables named "SAVE*")Steven G. Kargl1-0/+6
2019-06-20re PR fortran/77632 ([F08] Pointer initialisation does not quite work with ar...Steven G. Kargl1-0/+7
2019-06-20re PR fortran/86587 (Derived-type with attributes BIND(C) and PRIVATE raises ...Steven G. Kargl1-0/+6
2019-06-20re PR fortran/90937 (ICE: in gfc_get_symbol_decl, at fortran/trans-decl.c:1538)Thomas Koenig1-3/+10
2019-06-19re PR fortran/69499 ([F03] ICE-on-invalid on combining select type with wrong...Steven G. Kargl1-0/+6
2019-06-19re PR fortran/69398 ([OOP] ICE on class with duplicate dimension attribute sp...Steven G. Kargl1-0/+6
2019-06-19re PR fortran/87907 (ICE in resolve_contained_fntype, at fortran/resolve.c:587)Steven G. Kargl1-0/+6
2019-06-19re PR fortran/89103 (Allow blank format items in format strings)Jim MacArthur1-0/+13
2019-06-19[PR90921] Fortran OpenACC 'declare' directive's module handling causes duplic...Julian Brown1-0/+6
2019-06-19[PR85221] Set 'omp declare target', 'omp declare target link' attributes for ...Thomas Schwinge1-0/+6
2019-06-16dump_parse_tree (debug): Add verison for formal arglist.Thomas Koenig1-0/+5
2019-06-15decl.c (gfc_match_derived_decl): Dummy argument cannot be a derived type.Steven G. Kargl1-0/+5
2019-06-15arith.c (arith_power): Rework overflow of an integer to an integer exponent.Steven G. Kargl1-0/+5
2019-06-14re PR fortran/90577 (FAIL: gfortran.dg/lrshift_1.f90 with -O(2|3) and -flto)Harald Anlauf1-0/+9
2019-06-14re PR fortran/89646 (Spurious actual argument might interfere warning)Steven G. Kargl1-1/+7
2019-06-13re PR fortran/68544 (ICE trying to pass derived type constructor as a function)Steven G. Kargl1-0/+7
2019-06-13re PR fortran/89344 (uncaught programmer error: polymorphic variable is INTE...Steven G. Kargl1-0/+6
2019-06-13re PR fortran/88810 (gcc/fortran/dependency.c:2200: possible cut'n'paste erro...Steven G. Kargl1-0/+6
2019-06-13io.c (check_format): Use G_(...) instead of _(...) for error values...Jakub Jelinek1-0/+7
2019-06-12gfortran.h (gfc_free_dt_list): Remove prototype.Steven G. Kargl1-0/+4
2019-06-12re PR fortran/90002 (ICE: free_expr0(): Bad expr type)Steven G. Kargl1-0/+6
2019-06-08re PR fortran/90786 (ICE on procedure pointer assignment to function with cla...Paul Thomas1-0/+10
2019-06-08re PR fortran/90744 (Bogus length for character temporaries passed to externa...Thomas Koenig1-0/+8
2019-06-02re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-1/+10
2019-05-30gfc-internals.texi (Translating to GENERIC): New chapter.Thomas Koenig1-0/+4
2019-05-30* lang.opt (ftail-call-workaround): Fix a typo.Marek Polacek1-0/+4
2019-05-30tree-predcom.c (is_inv_store_elimination_chain): Fix a typo - lenght to length.Jakub Jelinek1-0/+4
2019-05-29re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-0/+21
2019-05-29re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-0/+14
2019-05-26re PR fortran/90539 (481.wrf slowdown by 25% on Intel Kaby with -Ofast -march...Thomas Koenig1-0/+6
2019-05-22Fix fortran size_type_node parameter passing.Andrew Stubbs1-0/+7
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist1-0/+13
2019-05-21libfortran/90038: Document new wait=.false. implementationJanne Blomqvist1-0/+6
2019-05-20gfortran.texi: Remove reference to the ASSIGN statement...Mark Eggleston1-0/+6
2019-05-19re PR fortran/90498 (ICE with select type/associate and derived type argument...Paul Thomas1-0/+6
2019-05-19re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Thomas Koenig1-0/+8
2019-05-17[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attributeThomas Schwinge1-0/+8
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-0/+4
2019-05-16re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-0/+7
2019-05-15Remove translation string markersJanne Blomqvist1-0/+4
2019-05-12fortran: C++ support for generating C prototypesJanne Blomqvist1-0/+7
2019-05-10re PR fortran/61968 (ICE (assembly failure) due to wrongly generating a vtabl...Thomas Koenig1-0/+6
2019-05-10Fix typo in gcc/fortran/ChangeLogJanne Blomqvist1-1/+1
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas1-0/+26
2019-05-08re PR fortran/90351 (-fc-prototypes does not dump prototypes for external pro...Thomas Koenig1-0/+18
2019-05-06re PR fortran/90290 (-std=f2008 should reject non-constant stop and error sto...Steven G. Kargl1-0/+5
2019-05-01module.c (write_module): Initialize module_column before writing module to en...Andrew Benson1-0/+5
2019-05-01re PR fortran/60144 (Misleading error message when missing "then" after "if" ...Dominique d'Humieres1-0/+10
2019-04-22re PR fortran/90166 (Compiler Fails at Assembler)Steven G. Kargl1-0/+7