aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2018-10-23re PR fortran/85603 (ICE with character array substring assignment)Paul Thomas2-17/+66
2018-10-21re PR fortran/71880 (pointer to allocatable character)Paul Thomas2-0/+19
2018-10-18Fix (re)alloc of polymorphic arraysTobias Burnus2-3/+15
2018-10-18re PR fortran/58618 (Wrong code with character substring and ASSOCIATE)Paul Thomas2-5/+9
2018-10-18re PR fortran/58618 (Wrong code with character substring and ASSOCIATE)Paul Thomas2-2/+9
2018-10-17Fix select-type regressionTobias Burnus2-1/+6
2018-10-17Run selftests for C++ as well as CDavid Malcolm2-0/+7
2018-10-17re PR fortran/56386 ([F03] ICE with ASSOCIATE construct and an derived type a...Paul Thomas2-0/+29
2018-10-16Fix bounds with ALLOCATE with source-exprTobias Burnus3-14/+38
2018-10-16Handle form_team w/ function argsTobias Burnus2-21/+44
2018-10-15re PR fortran/87566 (ICE with class(*) and select)Paul Thomas3-5/+46
2018-10-12Fix off-by-one issue with inline matmulTobias Burnus2-1/+21
2018-10-12Fix error-recovery ICE in check_proc_interfaceTobias Burnus2-17/+43
2018-10-11revert: re PR fortran/83522 (ICE on allocatable string reference, string(:)(:))Tobias Burnus2-7/+9
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm2-6/+16
2018-10-09re PR fortran/83522 (ICE on allocatable string reference, string(:)(:))Tobias Burnus2-0/+13
2018-10-09re PR fortran/87151 (allocating array of character)Paul Thomas3-21/+91
2018-10-08[Fortran] Disable "Assignment to contiguous pointer from non-contiguous targe...Cesar Philippidis2-3/+8
2018-10-08re PR fortran/86372 (Segfault on ASSOCIATE statement with CHARACTER variable)Paul Thomas1-0/+7
2018-10-08re PR fortran/86372 (Segfault on ASSOCIATE statement with CHARACTER variable)Paul Thomas1-1/+0
2018-10-06re PR fortran/86111 (ICE in gfc_arith_concat, at fortran/arith.c:985)Thomas Koenig3-3/+22
2018-10-06re PR fortran/83999 (ICE in gfc_trans_assignment_1, at fortran/trans-expr.c:1...Paul Thomas2-2/+9
2018-10-06re PR fortran/84640 (gcc/fortran/simplify.c:2587:9: runtime error: pointer in...Thomas Koenig2-3/+14
2018-10-05re PR testsuite/87487 (New test case gfortran.dg/deferred_character_24.f90 in...Paul Thomas2-1/+11
2018-10-03gimple-ssa-sprintf.c (format_string): Do not hardcode size of target's wchar_t.Jeff Law2-37/+4
2018-10-01re PR fortran/65677 (Incomplete assignment on deferred-length character varia...Paul Thomas3-5/+11
2018-09-30re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas2-4/+13
2018-09-30re PR fortran/70752 (Incorrect LEN for ALLOCATABLE CHARACTER)Paul Thomas3-4/+72
2018-09-30re PR fortran/70149 ([F08] Character pointer initialization causes ICE)Paul Thomas2-1/+18
2018-09-29re PR fortran/65677 (Incomplete assignment on deferred-length character varia...Paul Thomas2-1/+11
2018-09-25Fix small coding style issues (PR fortran/87394).Martin Liska2-1/+7
2018-09-25Remove unused functions and fields.Martin Liska2-20/+5
2018-09-24re PR fortran/87397 (Clobbering intent(out) variables caused regression in Op...Thomas Koenig2-0/+7
2018-09-24[OpenACC] update fortran nested parallelism error messagesCesar Philippidis2-1/+6
2018-09-23re PR fortran/87397 (Clobbering intent(out) variables caused regression in Op...Thomas Koenig2-0/+7
2018-09-23Do array index calculations in gfc_array_index_typeJanne Blomqvist4-53/+49
2018-09-23re PR fortran/87395 (ICE in in lookup_field_for_decl with whizard)Thomas Koenig2-1/+10
2018-09-22re PR middle-end/41453 (use INTENT(out) for optimization)Thomas Koenig3-4/+37
2018-09-22re PR fortran/85603 (ICE with character array substring assignment)Paul Thomas2-1/+8
2018-09-21re PR fortran/77325 (ICE in gimplify_var_or_parm_decl, at gimplify.c:1933)Paul Thomas3-5/+29
2018-09-21re PR fortran/87359 (pointer being freed was not allocated)Paul Thomas2-1/+8
2018-09-21Fix co-array allocationAndrew Stubbs4-3/+17
2018-09-20Fix and document -r optionAllan Sandfeld Jensen2-0/+5
2018-09-20gfortran.h (gfc_str_startswith): New macro.Janus Weil12-37/+52
2018-09-20[OpenACC] handle missing OMP_LIST_ clauses in fortran's parse tree debuggerCesar Philippidis2-4/+14
2018-09-19re PR fortran/84109 (ICE in adjustl on allocatable array of strings)Paul Thomas2-4/+13
2018-09-18re PR fortran/29550 (Optimize -fexternal-blas calls for conjg())Thomas Koenig3-17/+445
2018-09-18re PR fortran/29550 (Optimize -fexternal-blas calls for conjg())Thomas Koenig1-0/+20
2018-09-18re PR fortran/87239 (ICE in deferred-length string)Paul Thomas2-2/+13
2018-09-18re PR fortran/87336 (wrong output for pointer dummy assiocated to target actu...Paul Thomas2-9/+32