aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-7468/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-03fortran: Fix setting of array lower bound for named arraysChung-Lin Tang1-10/+7
2021-11-16fortran: simplify elemental arguments walkingMikael Morin1-22/+0
2021-11-12fortran: Ignore unused args in scalarization [PR97896]Mikael Morin1-0/+20
2021-10-27Fortran: Fix 'select rank' for allocatables/pointersTobias Burnus1-1/+1
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-23/+21
2021-09-22Fortran: Fix testcases that violate C838, + revealed ICESandra Loosemore1-3/+4
2021-08-15Fortran: fix checks for STAT= and ERRMSG= arguments of SYNC ALL/SYNC IMAGESHarald Anlauf1-2/+4
2021-03-15Fortran: Fix problem with allocate initialization [PR99545].Paul Thomas1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-27Fortran: Fix some select rank issues [PR97694 and 97723].Paul Thomas1-1/+1
2020-12-17PR fortran/98307 - Dependency check fails when using "allocatable"Harald Anlauf1-2/+3
2020-09-30This patch fixes PR97045 - unlimited polymorphic array element selectors.Paul Thomas1-0/+1
2020-09-21PR fortran/90903 [part2] - Add runtime checking for the MVBITS intrinsicHarald Anlauf1-10/+38
2020-09-06fortran: caf_fail_image expects no argumentFrancois-Xavier Coudert1-2/+1
2020-06-29PR fortran/71706 - ICE on using sync images with -fcheck=boundsHarald Anlauf1-3/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-07Fortran] PR 92793 - fix column used for error diagnosticTobias Burnus1-8/+11
2019-11-10re PR fortran/92123 ([F2018/array-descriptor] Scalar allocatable/pointer wit...Paul Thomas1-4/+1
2019-09-29re PR fortran/91726 (ICE in gfc_conv_array_ref, at fortran/trans-array.c:3612)Paul Thomas1-0/+36
2019-09-01array.c (spec_dimen_size): Check for the presence of expressions for the bounds.Paul Thomas1-4/+311
2019-08-27re PR fortran/91496 (!GCC$ directives error if mistyped or unknown)Harald Anlauf1-0/+27
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