aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira17-1387/+208
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig17-143/+1449
2018-06-10re PR libfortran/86070 (gfortran.dg/fmt_zero_digits.f90 segmentation fault st...Jerry DeLisle2-0/+6
2018-06-01re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl255-659/+927
2018-06-01re PR fortran/63570 ([F2018] Implement 13.7.137 RANDOM INIT (REPEATABLE, IMAG...Steven G. Kargl5-3/+111
2018-05-28re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle2-12/+18
2018-05-26Fix PR number in last commit.Jerry DeLisle1-1/+1
2018-05-26re PR target/89506 (ICE: in decompose, at rtl.h:2266 with -Og -g)Jerry DeLisle2-1/+10
2018-05-26Fix changelog.Jerry DeLisle1-0/+6
2018-05-26re PR fortran/85840 (Memory leak in write.c)Jerry DeLisle1-5/+5
2018-05-08re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig227-3126/+4662
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-19PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'Thomas Schwinge2-2/+86
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-7/+10
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-1/+6
2018-04-06re PR libfortran/85253 (asan detects heap-buffer-overflow in matmul_r4.c)Thomas Koenig28-92/+124
2018-04-04re PR libfortran/85166 ([nvptx, libgfortran] Libgomp fortran tests using stop...Thomas Koenig2-0/+20
2018-03-28gfortran.h (gfc_dt): Rename default_exp field to dec_ext.Jakub Jelinek4-4/+13
2018-03-15re PR libfortran/84880 (libgfortran fail to build on aarch64/arm 32bit cross ...Jakub Jelinek2-3/+9
2018-03-14check.c (gfc_check_kill_sub): Remove check for INTEGER(4) or (8).Steven G. Kargl3-43/+23
2018-02-23ChangeLog entry for r257928Janne Blomqvist1-0/+22
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist6-53/+73
2018-02-22PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist2-5/+13
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist6-70/+123
2018-02-19gfortran.texi: Document additional src/dst_type.Andre Vehreschild3-76/+130
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-3/+23
2018-02-18re PR fortran/84412 (Erroneous "Inquire statement identifies an internal file...Jerry DeLisle2-0/+10
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig19-45/+93
2018-01-31Use pointer sized array indices.Janne Blomqvist77-394/+370
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig12-67/+126
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas6-27/+62
2018-01-15re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig228-1022/+3435
2018-01-14Fix date in ChangelogJerry DeLisle1-1/+1
2018-01-14re PR libfortran/83811 (fortran 'e' format broken for single digit exponents)Jerry DeLisle2-2/+8
2018-01-08PR 78534 Regression on 32-bit targetsJanne Blomqvist2-5/+13
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig272-675/+967
2018-01-07PR 78534, 83704 Handle large formatted I/OJanne Blomqvist10-148/+224
2018-01-06Remove unused variableJanne Blomqvist2-2/+5
2018-01-06PR 83704 Use size_t in write_characterDominique d'Humieres2-5/+12
2018-01-06PR 78534 libgfortran ChangeLogJanne Blomqvist1-0/+25
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist12-41/+41
2018-01-03Update copyright years.Jakub Jelinek737-1878/+1887
2018-01-02PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2-8/+49
2017-12-29re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle2-0/+8
2017-12-29re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle2-48/+37
2017-12-16re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle2-9/+20
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle5-8/+44
2017-12-03re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig19-20/+4474
2017-12-03Fix typo in ChangeLog.Jerry DeLisle1-1/+1
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle4-7/+20