aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-22Fix fortran size_type_node parameter passing.Andrew Stubbs1-5/+8
2019-05-19re PR fortran/90498 (ICE with select type/associate and derived type argument...Paul Thomas1-1/+2
2019-03-27re PR fortran/88247 (ICE in get_array_ctor_var_strlen, at fortran/trans-array...Paul Thomas1-2/+4
2019-02-24re PR fortran/89174 (Allocation segfault with CLASS(*) MOLD)Thomas Koenig1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-2/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-18re PR fortran/58618 (Wrong code with character substring and ASSOCIATE)Paul Thomas1-5/+2
2018-10-16Fix bounds with ALLOCATE with source-exprTobias Burnus1-2/+14
2018-10-16Handle form_team w/ function argsTobias Burnus1-21/+38
2018-10-08re PR fortran/86372 (Segfault on ASSOCIATE statement with CHARACTER variable)Paul Thomas1-1/+0
2018-09-23Do array index calculations in gfc_array_index_typeJanne Blomqvist1-19/+15
2018-09-21re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas1-1/+2
2018-09-21Fix co-array allocationAndrew Stubbs1-1/+3
2018-08-28re PR fortran/80477 ([OOP] Polymorphic function result generates memory leak)Paul Thomas1-1/+13
2018-05-20re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas1-5/+2
2018-04-12re PR fortran/83064 (DO CONCURRENT and auto-parallelization)Thomas Koenig1-4/+4
2018-04-09re PR fortran/83064 (DO CONCURRENT and auto-parallelization)Thomas Koenig1-1/+4
2018-02-28re PR fortran/83901 (ICE in fold_convert_loc, at fold-const.c:2402)Paul Thomas1-1/+2
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist1-5/+8
2018-02-22PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist1-4/+5
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-10/+10
2018-02-17re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas1-0/+34
2018-01-26Partial Failed Images patchDamian Rouson1-0/+104
2018-01-23re PR fortran/83898 (ICE in gfc_conv_expr_descriptor, at fortran/trans-array....Paul Thomas1-1/+2
2018-01-08re PR fortran/83611 ([PDT] Assignment of parameterized types causes double fr...Paul Thomas1-2/+33
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-11/+12
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-0/+10
2017-11-28tree.def (SWITCH_EXPR): Change from 3 operand to 2 operand tree.Jakub Jelinek1-6/+5
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-2/+3
2017-11-22re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas1-2/+1
2017-11-20re PR fortran/79072 (ICE with class(*) pointer function result and character ...Paul Thomas1-0/+7
2017-11-17re PR fortran/83017 (DO CONCURRENT not parallelizing)Richard Biener1-1/+1
2017-11-10re PR fortran/82934 (Segfault on assumed character length in allocate)Paul Thomas1-2/+3
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-29/+29
2017-10-04re PR fortran/60458 (Error message on associate: deferred type parameter and ...Paul Thomas1-3/+42
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-3/+16
2017-09-09decl.c: Add decl_type_param_list...Paul Thomas1-0/+45
2017-06-28re PR fortran/80164 (ICE in gfc_format_decoder at gcc/fortran/error.c:933)Jerry DeLisle1-1/+5
2017-05-15re PR fortran/80674 (trunk/gcc/fortran/trans-stmt.c:2578]: (style) Redundant ...Steven G. Kargl1-3/+2
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild1-0/+18
2017-02-05re PR fortran/79344 (segmentation faults and run-time errors)Andre Vehreschild1-5/+7
2017-02-05re PR fortran/78958 (Unallocated memory access after SOURCE-ALLOCATEing unlim...Andre Vehreschild1-8/+15
2017-01-21gfortran.h (gfc_extract_int): Change return type to bool.Jakub Jelinek1-2/+2
2017-01-18re PR fortran/50069 (FORALL fails on a character array)Louis Krupp1-92/+106
2017-01-18coarray_alloc_with_implicit_sync_2.f90: New test.Andre Vehreschild1-8/+20
2017-01-13Revert r244448Janne Blomqvist1-10/+9
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-9/+10
2017-01-07re PR fortran/78781 ([Coarray] ICE in gfc_deallocate_scalar_with_status, at f...Andre Vehreschild1-8/+43
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-10/+9