aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
2019-11-13PR fortran/92470 Fixes for CFI_addressTobias Burnus1-7/+1
2019-11-12PR fortran/92470 Fixes for CFI_addressTobias Burnus1-24/+16
2019-11-11PR fortran/92142 - CFI_setpointer corrupts descriptorJosé Rui Faustino de Sousa1-7/+15
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus1-18/+19
2019-10-19re PR fortran/91926 (assumed rank optional)Paul Thomas1-2/+1
2019-10-08Extend 'libgfortran/runtime/minimal.c' per r274599 "PR fortran/68401 Improve ...Thomas Schwinge1-1/+22
2019-10-08Revise 'libgfortran/runtime/minimal.c' to better conform to the original sourcesThomas Schwinge1-72/+165
2019-10-05re PR fortran/91926 (assumed rank optional)Paul Thomas1-1/+2
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist1-1/+45
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig1-0/+8
2019-06-14Use __builtin_mul_overflow in xmallocarrayJanne Blomqvist1-9/+4
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-30/+35
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas1-5/+6
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-0/+864
2019-01-01Update copyright years.Jakub Jelinek17-17/+17
2018-12-02Use atomic load/store to access static backtrace state pointerJanne Blomqvist1-6/+11
2018-11-30Initialize backtrace state onceJanne Blomqvist1-4/+8
2018-11-23Make recursion_check work for multiple threadsJanne Blomqvist1-7/+36
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist4-79/+221
2018-09-12Fix interleaving of Fortran STOP messagesKwok Cheung Yeung1-1/+1
2018-09-12Fix Fortran STOP.Andrew Stubbs1-0/+2
2018-09-07Remove unused init_unsigned_integer function.Janne Blomqvist1-19/+0
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-19/+59
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-56/+19
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-19/+56
2018-04-19PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'Thomas Schwinge1-2/+78
2018-04-04re PR libfortran/85166 ([nvptx, libgfortran] Libgomp fortran tests using stop...Thomas Koenig1-0/+14
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist2-22/+33
2018-02-22PR 78534, 84509 Fix libgfortran API for PAUSE statementJanne Blomqvist1-5/+5
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-9/+9
2018-01-31Use pointer sized array indices.Janne Blomqvist3-10/+7
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2-13/+29
2018-01-03Update copyright years.Jakub Jelinek17-17/+17
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-4/+0
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2-35/+0
2017-09-24+2017-09-24 Dominique d'Humieres <dominiq@lps.ens.fr>Dominique d'Humieres1-3/+2
2017-05-12Typo fixes for "Don't assume __secure_getenv is available"Thomas Schwinge1-2/+2
2017-05-11Don't assume __secure_getenv is availableJanne Blomqvist1-0/+11
2017-01-01Update copyright years.Jakub Jelinek17-17/+17
2016-12-21random.c: Do not include <sys/types.h> header.Francois-Xavier Coudert1-2/+0
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert5-6/+0
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert6-18/+0
2016-12-21re PR libfortran/70311 (libgfortran build dies on "implicit declaration of fu...Francois-Xavier Coudert2-0/+2
2016-12-19trans-decl.c (create_main_function): Remove unused elements to the set_option...Francois-Xavier Coudert1-12/+5
2016-12-19trans.h: Remove gfor_fndecl_stop_numeric_f08.Francois-Xavier Coudert1-18/+0
2016-12-19Remove unused libgfortran functionsJanne Blomqvist1-9/+0
2016-08-11Replace KISS PRNG with xorshift1024* using per-thread state.Janne Blomqvist1-2/+0
2016-01-23re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin1-1/+7
2016-01-04Update copyright years.Jakub Jelinek17-17/+17
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist2-17/+36