aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-array.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-10re PR fortran/66089 (elemental dependency mishandling when class array are in...Thomas Koenig1-0/+5
2019-02-26re PR fortran/43210 (Initializer of huge static arrays should be improved)Jakub Jelinek1-8/+4
2019-02-09re PR fortran/89200 (Erroneous copying of a derived type with a deferred-leng...Paul Thomas1-0/+9
2019-02-03re PR fortran/67679 (-Wunitialized reports on compiler-generated variables)Thomas Koenig1-2/+19
2019-02-02re PR fortran/88980 (segfault on allocatable string member assignment)Paul Thomas1-39/+13
2019-01-24re PR fortran/88929 (ICE on building MPICH 3.2 with GCC 9 with ISO_Fortran_bi...Paul Thomas1-1/+19
2019-01-13re PR fortran/57992 (Pointless packing of contiguous arrays for simply contig...Thomas Koenig1-1/+3
2019-01-13re PR fortran/59345 (_gfortran_internal_pack on compiler generated temps)Thomas Koenig1-5/+16
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-1/+17
2019-01-11re PR fortran/59345 (_gfortran_internal_pack on compiler generated temps)Thomas Koenig1-0/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-0/+3
2018-10-18Fix (re)alloc of polymorphic arraysTobias Burnus1-3/+9
2018-10-16Fix bounds with ALLOCATE with source-exprTobias Burnus1-12/+14
2018-10-09re PR fortran/87151 (allocating array of character)Paul Thomas1-20/+70
2018-09-30re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas1-4/+6
2018-09-30re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas1-4/+44
2018-09-22re PR fortran/85603 (ICE with character array substring assignment)Paul Thomas1-1/+2
2018-09-21re PR fortran/77325 (ICE in gimplify_var_or_parm_decl, at gimplify.c:1933)Paul Thomas1-0/+9
2018-09-18re PR fortran/87336 (wrong output for pointer dummy assiocated to target actu...Paul Thomas1-9/+23
2018-09-17re PR fortran/85954 (ICE in make_ssa_name_fn, at tree-ssanames.c:266)Paul Thomas1-0/+3
2018-09-13trans-array.c (gfc_conv_array_initializer): Remove excess precision from over...Bernd Edlinger1-0/+20
2018-08-31re PR fortran/86328 (Runtime segfault reading an allocatable class(*) object ...Paul Thomas1-10/+2
2018-07-02re PR fortran/45305 (Array-valued calles to elementals are not simplified)Paul Thomas1-1/+1
2018-06-21re PR fortran/83118 (Bad intrinsic assignment of class(*) array component of ...Paul Thomas1-2/+27
2018-06-10gfortran.h (gfc_expr): Add no_bounds_check field.Thomas Koenig1-1/+4
2018-06-08re PR fortran/85631 (Runtime error message array bound mismatch with nonzero ...Thomas Koenig1-2/+2
2018-05-20re PR fortran/49636 ([F03] ASSOCIATE construct confused with slightly complic...Paul Thomas1-4/+4
2018-05-19re PR fortran/82923 (Automatic allocation of deferred length character using ...Paul Thomas1-0/+6
2018-04-14re PR fortran/81773 ([Coarray] Get with vector index on lhs leads to incorrec...Andre Vehreschild1-1/+1
2018-03-11re PR fortran/84546 (Bad sourced allocation of CLASS(*) with source with CLAS...Paul Thomas1-0/+25
2018-03-01re PR fortran/84538 (Array of derived type elements incorrectly accessed in f...Paul Thomas1-9/+8
2018-02-18re PR fortran/80945 (Invalid code with allocatable character array in READ/WR...Paul Thomas1-1/+5
2018-02-17re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas1-6/+9
2018-02-11gfortran.texi: Fix typos in documentation of caf_register ().Andre Vehreschild1-4/+6
2018-02-10re PR fortran/84141 (Internal error: type_name(): Bad type)Paul Thomas1-5/+5
2018-02-03re PR fortran/84141 (Internal error: type_name(): Bad type)Paul Thomas1-2/+2
2018-01-30re PR debug/84131 (Fortran dynamical array debug info)Jakub Jelinek1-1/+1
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-6/+8
2018-01-13re PR fortran/52162 (Bogus -fcheck=bounds with realloc on assignment to unall...Paul Thomas1-3/+0
2018-01-10PR 83740 Wrong string length type in bounds checkJanne Blomqvist1-4/+4
2018-01-10PR 84740 Wrong string length type in bounds checkJanne Blomqvist1-2/+5
2018-01-08re PR fortran/83611 ([PDT] Assignment of parameterized types causes double fr...Paul Thomas1-9/+37
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-8/+9
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek1-1/+1
2017-12-01re PR fortran/82605 ([PDT] ICE in insert_parameter_exprs, at fortran/decl.c:3...Paul Thomas1-4/+18
2017-11-19re PR fortran/78990 (ICE when assigning polymorphic array function result)Paul Thomas1-5/+9
2017-11-08PR 82869 Introduce logical_type_node and use itJanne Blomqvist1-75/+75