summaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus
2019-11-10re PR fortran/92123 ([F2018/array-descriptor] Scalar allocatable/pointer wit...Paul Thomas
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas
2019-08-27re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf
2019-05-22Fix fortran size_type_node parameter passing.Andrew Stubbs
2019-05-19re PR fortran/90498 (ICE with select type/associate and derived type argument...Paul Thomas
2019-03-27re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas
2019-02-24re PR fortran/89174 (Allocation segfault with CLASS(*) MOLD)Thomas Koenig
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-10-18re PR fortran/58618 (Wrong code with character substring and ASSOCIATE)Paul Thomas
2018-10-16Fix bounds with ALLOCATE with source-exprTobias Burnus
2018-10-16Handle form_team w/ function argsTobias Burnus
2018-10-08re PR fortran/86372 (Segfault on ASSOCIATE statement with CHARACTER variable)Paul Thomas
2018-09-23Do array index calculations in gfc_array_index_typeJanne Blomqvist
2018-09-21re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas
2018-09-21Fix co-array allocationAndrew Stubbs
2018-08-28re PR fortran/80477 ([OOP] Polymorphic function result generates memory leak)Paul Thomas
2018-05-20re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas
2018-04-12re PR fortran/83064 (DO CONCURRENT and auto-parallelization)Thomas Koenig
2018-04-09re PR fortran/83064 (DO CONCURRENT and auto-parallelization)Thomas Koenig
2018-02-28re PR fortran/83901 (ICE in fold_convert_loc, at fold-const.c:2402)Paul Thomas
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist
2018-02-22PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist
2018-02-17re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas
2018-01-26Partial Failed Images patchDamian Rouson
2018-01-23re PR fortran/83898 (ICE in gfc_conv_expr_descriptor, at fortran/trans-array....Paul Thomas
2018-01-08re PR fortran/83611 ([PDT] Assignment of parameterized types causes double fr...Paul Thomas
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou
2017-11-22re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas
2017-11-20re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener
2017-11-10re PR fortran/82934 (Segfault on assumed character length in allocate)Paul Thomas
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist
2017-10-04re PR fortran/60458 (Error message on associate: deferred type parameter and ...Paul Thomas
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas
2017-06-28re PR fortran/80164 (ICE in gfc_format_decoder at gcc/fortran/error.c:933)Jerry DeLisle
2017-05-15re PR fortran/80674 (trunk/gcc/fortran/trans-stmt.c:2578]: (style) Redundant ...Steven G. Kargl
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild
2017-02-05re PR fortran/79344 (segmentation faults and run-time errors)Andre Vehreschild
2017-02-05re PR fortran/78958 (Unallocated memory access after SOURCE-ALLOCATEing unlim...Andre Vehreschild
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek