aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2019-11-14Update ChangeLog and version files for releasereleases/gcc-7.5.0releases/gcc-7Richard Biener1-0/+4
2019-04-17re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin2-2/+12
2019-02-03re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2-48/+38
2019-01-14re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle3-5/+17
2018-12-06Initialize backtrace state onceJanne Blomqvist2-5/+21
2018-12-06Update ChangeLog and version files for releasereleases/gcc-7.4.0Richard Biener1-0/+4
2018-10-13backport: close.c: Include <string.h>.Gerald Pfeifer2-0/+8
2018-09-18[libgfortran] Fix uninitialized variable use in fallback_accessKyrylo Tkachov2-6/+22
2018-06-22backport: re PR jit/85384 (libgccjit does not work if --with-gcc-major-versio...Jakub Jelinek2-1/+9
2018-06-10Add ChangeLog entryJerry DeLisle1-0/+1
2018-06-10backport: re PR libfortran/86070 (gfortran.dg/fmt_zero_digits.f90 segmentatio...Jerry DeLisle2-0/+6
2018-06-01backport: re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle2-16/+24
2018-02-18backport: re PR fortran/84412 (Erroneous "Inquire statement identifies an int...Jerry DeLisle2-0/+11
2018-01-25Update ChangeLog and version files for releasereleases/gcc-7.3.0Richard Biener1-0/+4
2018-01-14backport: re PR libfortran/83811 (fortran 'e' format broken for single digit ...Jerry DeLisle2-2/+9
2018-01-03PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2-9/+51
2017-12-30backport: re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 ...Jerry DeLisle2-0/+9
2017-12-16backport: re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfort...Jerry DeLisle2-9/+21
2017-12-16backport: re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle5-8/+45
2017-12-04backport: re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanit...Jerry DeLisle2-1/+8
2017-12-03backport: re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle4-7/+21
2017-12-03backport: re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle4-5/+19
2017-11-23backport: re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle4-23/+38
2017-10-27Rimvydas (RJ)Jerry DeLisle2-1/+10
2017-10-19backport: re PR libfortran/82233 (execute_command_line causes program to stop...Thomas Koenig2-8/+9
2017-09-20backport: re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to...Jerry DeLisle5-95/+19
2017-08-14Update ChangeLog and version files for releasereleases/gcc-7.2.0Richard Biener1-0/+4
2017-06-28backport: re PR fortran/53029 (missed optimization in internal read (without ...Jerry DeLisle2-0/+12
2017-06-26Fix for SPEC CPu2017 621.wrf_s failure, add missing locking code.Jim Wilson2-0/+13
2017-06-06backport: re PR fortran/80975 (matmul for zero-length arrays)Thomas Koenig16-266/+286
2017-05-23backport: re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorr...Jerry DeLisle3-2/+16
2017-05-23backport: re PR fortran/80333 (Namelist dtio write of array of class does not...Jerry DeLisle2-7/+33
2017-05-19Don't assume __secure_getenv is availableJanne Blomqvist3-3/+20
2017-05-17backport: re PR libfortran/80727 (Crash of runtime gfortran library during in...Jerry DeLisle2-10/+25
2017-05-02Update ChangeLog and version files for releasereleases/gcc-7.1.0GCC Administrator1-0/+4
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle16-239/+258
2017-03-29re PR fortran/78670 ([F03] Incorrect file position with namelist read under D...Jerry DeLisle2-53/+65
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil2-10/+23
2017-03-27list_read.c: Insert /* Fall through.Dominique d'Humieres2-1/+7
2017-03-25re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle4-21/+74
2017-03-17re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig13-12/+29
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike4-6/+17
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig15-0/+144
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle5-0/+36
2017-03-10re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig195-730/+929
2017-03-05check.c (positive_check): Add new function checking constant for being greate...Andre Vehreschild3-6/+102
2017-03-02matmul.m4 (matmul_'rtype_code`): Avoid race condition on storing function poi...Thomas Koenig15-154/+257
2017-03-02re PR libfortran/78379 (Processor-specific versions for matmul)Thomas Koenig15-91/+62
2017-02-27Don't try to use rand_s on CYGWINJanne Blomqvist2-1/+6
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas2-0/+34