aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2020-06-23Daily bump.GCC Administrator1-0/+5
2020-06-22build: Use -include instead of conditional include.David Edelsohn2-6/+2
2020-06-22Daily bump.GCC Administrator1-0/+9
2020-06-21aix: Add GCC64 configuration and FAT target libraries.David Edelsohn6-2/+66
2020-06-14Daily bump.GCC Administrator1-0/+6
2020-06-13Disable -Wstringop-overflow warning after checking code path of caller.Thomas Koenig1-0/+8
2020-06-09Daily bump.GCC Administrator1-0/+5
2020-06-08PR fortran/95195 - Fortran testcase should clean up afterwardsHarald Anlauf1-1/+1
2020-06-02Daily bump.GCC Administrator1-0/+5
2020-06-01i386: Add __attribute__ ((gcc_struct)) to struct fenv [PR95418]Uros Bizjak1-1/+1
2020-05-30Daily bump.GCC Administrator1-0/+16
2020-05-29Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu1-4/+5
2020-05-29libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390]Jakub Jelinek5-2/+930
2020-05-29Daily bump.GCC Administrator1-0/+5
2020-05-28PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf1-3/+6
2020-05-27Daily bump.GCC Administrator1-0/+12
2020-05-26PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf1-1/+1
2020-05-26PR libfortran/95195 - improve runtime error for namelist i/o to unformatted fileHarald Anlauf1-0/+8
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig3-0/+18
2020-05-21libgfortran: Use __builtin_cpu_is/__builtin_cpu_supportsH.J. Lu15-154/+158
2020-05-15x86: Also check if -fcf-protection worksH.J. Lu2-2/+10
2020-05-14Removed double ChangeLog entries from previous commit.Thomas Koenig1-4/+0
2020-05-14Add early return for invalid STATUS for close.Thomas Koenig2-1/+17
2020-05-14x86: Default CET run-time support to autoH.J. Lu2-2/+6
2020-05-06i386: Use generic division to generate INEXACT exceptionUros Bizjak2-22/+31
2020-05-01i386: Use generic division to generate INVALID and DIVZERO exceptionsUros Bizjak2-12/+13
2020-04-23Protect the trigd functions in libgfortran from unavailable math functions.Fritz Reese4-117/+316
2020-04-22libgfortran: Provide some further math library fallbacks [PR94694]Jakub Jelinek6-0/+480
2020-04-19i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak2-6/+5
2020-04-07Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese7-5/+852
2020-02-18Use au->lock exclusively for locking in async I/O.Thomas König3-37/+55
2020-02-12Use a non-empty test program to test ability to link.Sandra Loosemore2-2/+9
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki5-4/+49
2020-01-17PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle2-8/+14
2020-01-17PR90374 Zero width format specifiers.Jerry DeLisle3-2/+14
2020-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle6-97/+142
2020-01-01Update copyright years.Jakub Jelinek776-1226/+1235
2019-12-01re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2-11/+19
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle3-7/+19
2019-11-24re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d...Jerry DeLisle2-2/+10
2019-11-24Fix EOF handling for arrays.Thomas Koenig2-15/+58
2019-11-18libgfortran: Regenerate `Makefile.in' for `runstatedir' removalMaciej W. Rozycki2-1/+4
2019-11-13PR fortran/92470 Fixes for CFI_addressTobias Burnus2-7/+7
2019-11-12PR fortran/92470 Fixes for CFI_addressTobias Burnus2-24/+25
2019-11-11PR fortran/92142 - CFI_setpointer corrupts descriptorJosé Rui Faustino de Sousa2-7/+22
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle6-37/+69
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus2-20/+25
2019-10-19re PR fortran/91926 (assumed rank optional)Paul Thomas2-2/+7
2019-10-08Extend 'libgfortran/runtime/minimal.c' per r274599 "PR fortran/68401 Improve ...Thomas Schwinge2-1/+25
2019-10-08Revise 'libgfortran/runtime/minimal.c' to better conform to the original sourcesThomas Schwinge2-72/+169