aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-13re PR fortran/87045 (pointer to array of character)Harald Anlauf1-10/+10
2019-03-12Replace can't in error messages for Fortran.Martin Liska1-2/+2
2019-03-12re PR fortran/89363 (RANK incorrect for unallocated allocatable)Paul Thomas1-0/+79
2019-02-24re PR fortran/89174 (Allocation segfault with CLASS(*) MOLD)Thomas Koenig1-2/+5
2019-02-23re PR fortran/88117 (ICE in gimplify_var_or_parm_decl, at gimplify.c:2697)Paul Thomas1-1/+3
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas1-6/+40
2019-02-19re PR fortran/89384 (CONTIGUOUS dummy argument in BIND(C) interface incorrect...Thomas Koenig1-1/+6
2019-02-18re PR fortran/87689 (PowerPC64 ELFv2 function parameter passing violation)Thomas Koenig1-3/+4
2019-02-02re PR fortran/88393 ([OOP] Segfault with type-bound assignment)Paul Thomas1-10/+10
2019-01-24re PR fortran/88929 (ICE on building MPICH 3.2 with GCC 9 with ISO_Fortran_bi...Paul Thomas1-8/+55
2019-01-22re PR fortran/88579 (Calculating power of powers of two)Harald Anlauf1-36/+60
2019-01-19re PR fortran/56789 (Handling of contiguous dummy arguments)Thomas Koenig1-0/+7
2019-01-15trans-expr.c (gfc_conv_gfc_desc_to_cfi_desc): Deal with exprs that are indire...Paul Thomas1-1/+10
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-2/+117
2019-01-08re PR fortran/88611 (ICE in eliminate_stmt, at tree-ssa-sccvn.c:5011)Richard Biener1-13/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-31re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig1-9/+13
2018-12-22re PR fortran/85544 (ICE in gfc_conv_scalarized_array_ref, at fortran/trans-a...Thomas Koenig1-0/+77
2018-12-16PF fortran/88364Thomas Koenig1-1/+1
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas1-0/+41
2018-10-21re PR fortran/71880 (pointer to allocatable character)Paul Thomas1-0/+13
2018-10-15re PR fortran/87566 (ICE with class(*) and select)Paul Thomas1-2/+3
2018-10-01re PR fortran/65677 (Incomplete assignment on deferred-length character varia...Paul Thomas1-2/+2
2018-09-29re PR fortran/65677 (Incomplete assignment on deferred-length character varia...Paul Thomas1-1/+5
2018-09-24re PR fortran/87397 (Clobbering intent(out) variables caused regression in Op...Thomas Koenig1-0/+1
2018-09-23re PR fortran/87397 (Clobbering intent(out) variables caused regression in Op...Thomas Koenig1-0/+1
2018-09-23Do array index calculations in gfc_array_index_typeJanne Blomqvist1-23/+19
2018-09-23re PR fortran/87395 (ICE in in lookup_field_for_decl with whizard)Thomas Koenig1-1/+4
2018-09-22re PR middle-end/41453 (use INTENT(out) for optimization)Thomas Koenig1-3/+22
2018-09-21re PR fortran/77325 (ICE in gimplify_var_or_parm_decl, at gimplify.c:1933)Paul Thomas1-5/+9
2018-09-21Fix co-array allocationAndrew Stubbs1-1/+1
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil1-4/+4
2018-09-19re PR fortran/84109 (ICE in adjustl on allocatable array of strings)Paul Thomas1-4/+5
2018-09-18re PR fortran/87239 (ICE in deferred-length string)Paul Thomas1-2/+5
2018-09-17re PR fortran/85954 (ICE in make_ssa_name_fn, at tree-ssanames.c:266)Paul Thomas1-1/+2
2018-09-12re PR fortran/87284 (Allocation of class arrays with mold results in "conditi...Paul Thomas1-1/+4
2018-08-28re PR fortran/80477 ([OOP] Polymorphic function result generates memory leak)Paul Thomas1-18/+107
2018-08-10re PR fortran/57160 (short-circuit IF only with -ffrontend-optimize)Janus Weil1-2/+2
2018-06-21re PR fortran/49630 ([OOP] ICE on obsolescent deferred-length type bound char...Paul Thomas1-1/+1
2018-06-21re PR fortran/83118 (Bad intrinsic assignment of class(*) array component of ...Paul Thomas1-0/+4
2018-06-10gfortran.h (gfc_expr): Add no_bounds_check field.Thomas Koenig1-0/+3
2018-06-08re PR fortran/85631 (Runtime error message array bound mismatch with nonzero ...Thomas Koenig1-6/+9
2018-03-21PR 84615 Regressions due to type mismatch with character functionsJanne Blomqvist1-2/+6
2018-03-11re PR fortran/84546 (Bad sourced allocation of CLASS(*) with source with CLAS...Paul Thomas1-10/+28
2018-03-04re PR fortran/71085 (ICE with some intrinsic functions specifying array funct...Harald Anlauf1-0/+2
2018-02-23re PR fortran/83148 (ICE: crash_signal from toplev.c:325)Paul Thomas1-0/+2
2018-02-17re PR fortran/84115 (Failure in associate construct with concatenated charact...Paul Thomas1-1/+1
2018-02-11re PR fortran/84074 (Incorrect indexing of array when actual argument is an a...Paul Thomas1-1/+26
2018-01-31re PR fortran/84088 ([nvptx] libgomp.oacc-fortran/declare-*.f90 execution fails)Paul Thomas1-4/+2
2018-01-31PR 78534 Reinstate better string copy algorithmJanne Blomqvist1-23/+29