summaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)Author
2019-02-26transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak
2019-02-25re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas
2019-01-31* libgfortran/ChangeLog: Better commit message for my last commit.Uros Bizjak
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak
2019-01-28libgfortran: Use proper gthr.h APISebastian Huber
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle
2019-01-26Fix bug number referenced in previous commit.Jerry DeLisle
2019-01-26re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle
2019-01-17GCN libgfortran.Andrew Stubbs
2019-01-14re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle
2019-01-12re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas
2019-01-12re PR libfortran/88807 (misleading indentation warnings building libgfortran)Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig
2019-01-07Make GFORTRAN_9 symbol node depend on GFORTRAN_8.Janne Blomqvist
2019-01-04PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-12-31re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig
2018-12-29expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE i...Steven G. Kargl
2018-12-29re PR fortran/88342 (Possible bug with IEEE_POSITIVE_INF and -ffpe-trap=overf...Steven G. Kargl
2018-12-28re PR libfortran/81984 (NULL string pointer dereferencing forces undefined be...Steven G. Kargl
2018-12-21re PR fortran/69121 (IEEE_SCALB is not generic)Steven G. Kargl
2018-12-20ieee_arithmetic.F90: Re-organize file to eliminate #ifdef ...Steven G. Kargl
2018-12-09re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig
2018-12-02Use atomic load/store to access static backtrace state pointerJanne Blomqvist
2018-11-30Initialize backtrace state onceJanne Blomqvist
2018-11-23Make recursion_check work for multiple threadsJanne Blomqvist
2018-11-22Replace sync builtins with atomic builtinsJanne Blomqvist
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle
2018-11-09re PR fortran/78351 (comma not terminating READ of formatted input field - ok...Jerry DeLisle
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig
2018-10-06Use gfc_charlen_type instead of int for string lenghtsJanne Blomqvist
2018-10-02* io/close.c [!HAVE_UNLINK_OPEN_FILE]: Include <string.h>.Gerald Pfeifer
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist
2018-09-16re PR fortran/37802 (Improve wording for matmul bound checking)Thomas Koenig
2018-09-14[libgfortran] Fix uninitialized variable use in fallback_accessKyrylo Tkachov
2018-09-12Fix interleaving of Fortran STOP messagesKwok Cheung Yeung
2018-09-12Fix Fortran STOP.Andrew Stubbs
2018-09-07Remove unused init_unsigned_integer function.Janne Blomqvist
2018-09-05* io/async.h: Use __gthread_mutex_t, not pthread_mutex_t.Hans-Peter Nilsson
2018-09-02io.h: Change declaration of vlist type to gfc_full_array_i4 to eliminate warn...Jerry DeLisle
2018-08-25re PR fortran/86704 (Segmentation fault when using matmul in combination with...Thomas Koenig
2018-08-23* async.h (ASYNC_IO): Revert _AIX test.David Edelsohn
2018-08-22gfortran.texi: Mention that asynchronous I/O does not work on systems which l...Thomas Koenig
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig