aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-decl.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-2/+5
2019-05-19re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Thomas Koenig1-1/+5
2019-05-17[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attributeThomas Schwinge1-7/+11
2019-05-16re PR fortran/90329 (Incompatibility between gfortran and C lapack calls)Jakub Jelinek1-0/+4
2019-05-10re PR fortran/90093 (Extended C interop: optional argument incorrectly identi...Paul Thomas1-6/+41
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-0/+73
2019-03-13[multiple changes]Thomas Koenig1-4/+17
2019-02-28[PR72741] For all Fortran OpenACC 'routine' directive variants check for mult...Thomas Schwinge1-0/+1
2019-02-22[PR72741] Use 'oacc_build_routine_dims' for Fortran OpenACC 'routine' directi...Thomas Schwinge1-10/+24
2019-02-18re PR fortran/87689 (PowerPC64 ELFv2 function parameter passing violation)Thomas Koenig1-2/+2
2019-02-16re PR fortran/71066 (ICE in set_loop_bounds, at fortran/trans-array.c:4680)Thomas Koenig1-0/+27
2019-02-01re PR fortran/83246 (internal compiler error or loader problem might be relat...Jakub Jelinek1-4/+1
2019-01-19re PR fortran/88902 (ICE: Segmentation fault (in DFS::DFS_write_tree_body))Jakub Jelinek1-6/+10
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-0/+10
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+7
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-31Fix hash-table violation in trans-decl.c.Martin Liska1-1/+5
2018-10-18re PR fortran/58618 (Wrong code with character substring and ASSOCIATE)Paul Thomas1-2/+3
2018-10-05re PR testsuite/87487 (New test case gfortran.dg/deferred_character_24.f90 in...Paul Thomas1-0/+3
2018-09-30re PR fortran/70149 ([F08] Character pointer initialization causes ICE)Paul Thomas1-1/+11
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-1/+1
2018-09-17re PR fortran/64120 ([F03] Wrong handling of allocatable character string)Paul Thomas1-0/+14
2018-09-17re PR fortran/85954 (ICE in make_ssa_name_fn, at tree-ssanames.c:266)Paul Thomas1-0/+7
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-1/+2
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-2/+1
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-1/+2
2018-07-04re PR fortran/82009 ([F08] ICE with block construct)Jerry DeLisle1-1/+1
2018-06-18tree.c (decl_value_expr_lookup): Revert latest change.Eric Botcazou1-11/+13
2018-06-17gimplify.c (nonlocal_vlas): Delete.Eric Botcazou1-67/+11
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl1-0/+7
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl1-1/+11
2018-02-23re PR fortran/83149 ([6- and 7-branches] Missing test for sym->ns->proc_name:...Paul Thomas1-4/+7
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist1-4/+6
2018-02-22PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist1-3/+3
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-23/+23
2018-02-19re PR fortran/83344 (Use of uninitialized memory with ASSOCIATE and strings)Paul Thomas1-2/+3
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild1-11/+12
2018-02-04re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas1-1/+2
2018-01-26Partial Failed Images patchDamian Rouson1-5/+43
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-4/+6
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-28re PR fortran/83567 (Parametrized derived types: Segmentation fault when assi...Paul Thomas1-5/+11
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas1-1/+8
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-2/+1
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas1-17/+33
2017-11-15Disable -Wreturn-type by default in all languages other from C++.Martin Liska1-4/+4
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-8/+8
2017-11-04re PR fortran/81735 (double free or corruption (fasttop) error (SIGABRT) with...Paul Thomas1-5/+4
2017-10-18re PR fortran/82550 (program using submodules fails to link)Paul Thomas1-1/+3