summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2020-07-151-0/+4
* aix: FAT libraries: test native compiler mode directlyDavid Edelsohn2020-07-141-1/+1
* Daily bump.GCC Administrator2020-06-231-0/+5
* build: Use -include instead of conditional include.David Edelsohn2020-06-222-6/+2
* Daily bump.GCC Administrator2020-06-221-0/+9
* aix: Add GCC64 configuration and FAT target libraries.David Edelsohn2020-06-216-2/+66
* Daily bump.GCC Administrator2020-06-141-0/+6
* Disable -Wstringop-overflow warning after checking code path of caller.Thomas Koenig2020-06-131-0/+8
* Daily bump.GCC Administrator2020-06-091-0/+5
* PR fortran/95195 - Fortran testcase should clean up afterwardsHarald Anlauf2020-06-081-1/+1
* Daily bump.GCC Administrator2020-06-021-0/+5
* i386: Add __attribute__ ((gcc_struct)) to struct fenv [PR95418]Uros Bizjak2020-06-011-1/+1
* Daily bump.GCC Administrator2020-05-301-0/+16
* Avoid nested save_CFLAGS and save_LDFLAGSH.J. Lu2020-05-291-4/+5
* libgfortran: Export forgotten _gfortran_{,m,s}findloc{0,1}_c10 [PR95390]Jakub Jelinek2020-05-295-2/+930
* Daily bump.GCC Administrator2020-05-291-0/+5
* PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf2020-05-281-3/+6
* Daily bump.GCC Administrator2020-05-271-0/+12
* PR fortran/95104 - Segfault on a legal WAIT statementHarald Anlauf2020-05-261-1/+1
* PR libfortran/95195 - improve runtime error for namelist i/o to unformatted fileHarald Anlauf2020-05-261-0/+8
* Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig2020-05-233-0/+18
* libgfortran: Use __builtin_cpu_is/__builtin_cpu_supportsH.J. Lu2020-05-2115-154/+158
* x86: Also check if -fcf-protection worksH.J. Lu2020-05-152-2/+10
* Removed double ChangeLog entries from previous commit.Thomas Koenig2020-05-141-4/+0
* Add early return for invalid STATUS for close.Thomas Koenig2020-05-142-1/+17
* x86: Default CET run-time support to autoH.J. Lu2020-05-142-2/+6
* i386: Use generic division to generate INEXACT exceptionUros Bizjak2020-05-062-22/+31
* i386: Use generic division to generate INVALID and DIVZERO exceptionsUros Bizjak2020-05-012-12/+13
* Protect the trigd functions in libgfortran from unavailable math functions.Fritz Reese2020-04-234-117/+316
* libgfortran: Provide some further math library fallbacks [PR94694]Jakub Jelinek2020-04-226-0/+480
* i386: Remove unneeded assignments when triggering SSE exceptionsUros Bizjak2020-04-192-6/+5
* Fix PR fortran/93871 and re-implement degree-valued trigonometric intrinsics.Fritz Reese2020-04-077-5/+852
* Use au->lock exclusively for locking in async I/O.Thomas König2020-02-183-37/+55
* Use a non-empty test program to test ability to link.Sandra Loosemore2020-02-122-2/+9
* Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki2020-01-245-4/+49
* PR93234 INQUIRE on pre-assigned files of ROUND and SIGN propertiesJerry DeLisle2020-01-172-8/+14
* PR90374 Zero width format specifiers.Jerry DeLisle2020-01-173-2/+14
* PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle2020-01-026-97/+142
* Update copyright years.Jakub Jelinek2020-01-01776-1226/+1235
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-12-012-11/+19
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-11-283-7/+19
* re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d...Jerry DeLisle2019-11-242-2/+10
* Fix EOF handling for arrays.Thomas Koenig2019-11-242-15/+58
* libgfortran: Regenerate `Makefile.in' for `runstatedir' removalMaciej W. Rozycki2019-11-182-1/+4
* PR fortran/92470 Fixes for CFI_addressTobias Burnus2019-11-132-7/+7
* PR fortran/92470 Fixes for CFI_addressTobias Burnus2019-11-122-24/+25
* PR fortran/92142 - CFI_setpointer corrupts descriptorJosé Rui Faustino de Sousa2019-11-112-7/+22
* re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2019-11-076-37/+69
* Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus2019-10-312-20/+25
* re PR fortran/91926 (assumed rank optional)Paul Thomas2019-10-192-2/+7