aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2018-11-02re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 ch...Thomas Koenig2-1/+7
2018-11-01re PR fortran/87782 (runtime error: load of value 1818451807, which is not a ...Thomas Koenig2-9/+20
2018-11-01re PR fortran/40196 ([F03] [F08] Type parameter inquiry (str%len, a%kind) and...Paul Thomas14-38/+480
2018-11-01re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 ch...Thomas Koenig2-2/+7
2018-11-01re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig3-3/+74
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell2-2/+5
2018-10-31Fix hash-table violation in trans-decl.c.Martin Liska2-1/+10
2018-10-30re PR fortran/85896 (ICE in gfc_convert_constant(): Unexpected type)Thomas Koenig2-11/+6
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig9-16/+922
2018-10-27re PR fortran/86907 (bogus warning "No location in expression near")Thomas Koenig2-2/+12
2018-10-25re PR fortran/87725 (OpenMP 4.5 clause schedule(simd,monotonic:static) not un...Jakub Jelinek2-9/+37
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