aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
AgeCommit message (Expand)AuthorFilesLines
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek2-0/+7
2020-05-13Fortran : ICE in gfc_conv_array_constructor_expr PR93497Mark Eggleston3-1/+14
2020-05-13[Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690)Tobias Burnus3-15/+48
2020-05-11PR fortran/95053 - ICE in gfc_divide(): Bad basic typeHarald Anlauf2-1/+8
2020-05-11[Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672)Tobias Burnus5-51/+38
2020-05-11Fortran : Spurious warning message with -Wsurprising PR59107Mark Eggleston4-7/+27
2020-05-10PR fortran/93499 - ICE on division by zero in declaration statementsHarald Anlauf2-0/+40
2020-05-05PR fortran/93366 - ICE on invalid, reject invalid use of NULL() as argumentHarald Anlauf2-15/+50
2020-04-29fortran/io.c: Fix use of uninitialized variable num [PR94769]Stefan Schulze Frielinghaus2-1/+10
2020-04-27Revert r10-7920-g06eca1acafa27e19e82dc73927394a7a4d0bdbc5 .Thomas Koenig3-39/+9
2020-04-26Add ChangeLog changes from previous commit, r10-7920.Thomas Koenig1-0/+6
2020-04-25Fix PR 94578.Thomas König1-2/+6
2020-04-23Fix PR 93956, wrong pointer when returned via function.Thomas König3-2/+47
2020-04-23Protect the trigd functions in libgfortran from unavailable math functions.Fritz Reese2-7/+15
2020-04-22For assumed-size arrays check if the reference is to a full array.Jose Rui Faustino de Sousa2-1/+9
2020-04-22[Fortran] Truncate warn with OpenMP/OpenACC/!GCC$ (PR94709)Tobias Burnus2-11/+54
2020-04-20Add numerous flags to the -fdump-fortran-original attribute dump.Thomas König2-3/+82
2020-04-20PR fortran/93364 - ICE in gfc_set_array_spec, at fortran/array.c:879Harald Anlauf2-0/+10
2020-04-20PR 91800 - reject Hollerith constants as type initializer.Steve Kargl2-0/+16
2020-04-19Fix PR fortran/93500, ICE on invalid.Thomas König3-1/+17
2020-04-17Fix ICE on invalid, PR94090.Thomas König4-12/+39
2020-04-15Simplify recently introduced check to simplify_bound.Fritz Reese2-4/+10
2020-04-14[Fortran] Fix name conflict check for use-assoc (PR 92736)Tobias Burnus2-12/+19
2020-04-14Fix PR 94270 by not warning about artifical dummy arguments.Thomas König2-2/+2
2020-04-13ICE on wrong code [PR94192].Linus Koenig3-0/+13
2020-04-09PR fortran/87923 -- fix ICE when resolving I/O tags and simplify io.cFritz Reese4-493/+426
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese8-446/+606
2020-04-06Fix fortran/93686 -- ICE matching data statements with derived-type pointers.Fritz Reese2-0/+10
2020-04-02Fix fortran/85982 ICE in resolve_component.Fritz Reese1-9/+21
2020-04-02[Fortran] Resolve formal args before checking DTIOTobias Burnus4-6/+17
2020-04-02[Fortran] Fix error cleanup of select rank (PR93522)Tobias Burnus2-0/+6
2020-04-02fortran : ICE in gfc_resolve_findloc PR93498Mark Eggleston2-0/+10
2020-04-02fortran: ICE equivalence with an element of an array PR94030Mark Eggleston2-3/+12
2020-04-01fortran : FAIL: gfortran.dg/pr93365.f90 PR94386Mark Eggleston2-7/+32
2020-03-28Patch for PR94246Paul Thomas3-37/+28
2020-03-28[Fortran] Fix result-variable handling of MODULE PROCEDURE (PR94348)Tobias Burnus2-5/+18
2020-03-27[Fortran] Fix ICE with deferred-rank arrays (PR93957)Tobias Burnus2-2/+10
2020-03-27Fortran] Reject invalid association target (PR93363)Tobias Burnus2-7/+31
2020-03-25fortran: ICE using undeclared symbol in array constructor PR93484Mark Eggleston2-2/+8
2020-03-23fortran: ICE in gfc_match_assignment PR93600Mark Eggleston4-9/+52
2020-03-18Fix up duplicated duplicated words in commentsJakub Jelinek3-2/+8
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek7-7/+17
2020-03-15driver: Fix redundant descriptions in optionsLewis Hyatt2-1/+5
2020-03-12[Fortran, OpenACC] Reject vars of different scope in $acc declare (PR94120)Tobias Burnus2-1/+17
2020-03-08Patch and ChangeLogs for PR93581Paul Thomas3-2/+57
2020-03-05Fortran: ICE in gfc_code2string PR93792Steven G. Kargl2-1/+17
2020-03-02Ensure sufficient size of variables used for module+submodule names.Andrew Benson2-2/+14
2020-03-01Patch and ChangeLogs for PR92976Paul Thomas2-2/+14
2020-03-01ChangeLogs for PR92959Paul Thomas1-0/+8
2020-03-01Patch for PR92959Paul Thomas1-12/+9