summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2022-01-271-0/+6
* Fortran: fix bootstrap on SPARC/SolarisFrancois-Xavier Coudert2022-01-261-3/+3
* Daily bump.GCC Administrator2022-01-261-0/+15
* Fortran: fix issignaling() implementationFrancois-Xavier Coudert2022-01-261-6/+6
* libfortran: Provide fallback __issignalingl for IBM extended long doubleJakub Jelinek2022-01-251-0/+13
* Fortran: fix preprocessor conditionFrancois-Xavier Coudert2022-01-251-1/+1
* Daily bump.GCC Administrator2022-01-251-0/+6
* Fortran: provide a fallback implementation of issignalingFrancois-Xavier Coudert2022-01-242-4/+241
* Daily bump.GCC Administrator2022-01-181-0/+10
* Fortran: remove new files introduced by mistakeFrancois-Xavier Coudert2022-01-171-238/+0
* Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.Thomas Koenig2022-01-171-55/+56
* Daily bump.GCC Administrator2022-01-171-0/+13
* Fortran: xfail signaling NaN testcases on x87Francois-Xavier Coudert2022-01-171-0/+238
* Fortran: allow IEEE_VALUE to correctly return signaling NaNsFrancois-Xavier Coudert2022-01-163-248/+117
* Daily bump.GCC Administrator2022-01-151-0/+7
* libgfortran: Partly revert my r12-6498 change to fix Solaris build [PR104006]Jakub Jelinek2022-01-142-4/+4
* Daily bump.GCC Administrator2022-01-141-0/+7
* libgfortran: Fix Solaris version file creation [PR104006]Jakub Jelinek2022-01-132-3/+2
* Daily bump.GCC Administrator2022-01-131-0/+5
* libgfortran: Fix build on non-glibc targetsJakub Jelinek2022-01-121-1/+3
* Daily bump.GCC Administrator2022-01-121-0/+300
* power-ieee128: Fix up byte-swapping for IBM extended real(kind=16)Jakub Jelinek2022-01-111-2/+36
* Handle R16 conversion for POWER in the environment variables.Thomas Koenig2022-01-111-1/+48
* Implement CONVERT specifier for OPEN.Thomas Koenig2022-01-115-12/+174
* libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn...Jakub Jelinek2022-01-112-6/+6
* libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+Jakub Jelinek2022-01-113-0/+18
* fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek2022-01-114-40/+250
* fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixesJakub Jelinek2022-01-111-0/+1
* libgfortran: -mabi=ieeelongdouble I/O fixJakub Jelinek2022-01-111-2/+6
* fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek2022-01-1110-46/+193
* Make sure the Fortran specifics have real(kind=16).Thomas Koenig2022-01-1139-126/+169
* libgfortran: Small progress on the library sideJakub Jelinek2022-01-112-0/+261
* Generate config.h macros for IEEE128 math functions.Thomas Koenig2022-01-114-0/+1047
* Fix pattern substition for _r17 and _c17.Thomas Koenig2022-01-112-2/+16
* Prepare library for REAL(KIND=17).Thomas Koenig2022-01-1193-192/+27465
* Daily bump.GCC Administrator2022-01-111-0/+8
* Fortran: Allow IEEE_CLASS to identify signaling NaNsFrancois-Xavier Coudert2022-01-103-4/+25
* Update copyright years.Jakub Jelinek2022-01-03780-780/+780
* Rotate ChangeLog files - step 2 - remove 2021 entries from ChangeLog files.Jakub Jelinek2022-01-031-380/+1
* Rotate ChangeLog files - part 1 - add ChangeLog-2021.Jakub Jelinek2022-01-031-0/+384
* Daily bump.GCC Administrator2022-01-011-0/+5
* libgfortran: Fix bootstrap on targets without static_assert macro.Iain Sandoe2021-12-311-2/+2
* Daily bump.GCC Administrator2021-12-301-0/+4
* Fortran: keep values of IEEE_CLASS_TYPE in syncFrancois-Xavier Coudert2021-12-291-5/+16
* Daily bump.GCC Administrator2021-12-281-0/+5
* Fortran: fix use of static_assert() to conform to C11Francois-Xavier Coudert2021-12-271-1/+2
* Daily bump.GCC Administrator2021-12-271-0/+7
* Fortran: speed up decimal output of integersFrancois-Xavier Coudert2021-12-261-5/+60
* Daily bump.GCC Administrator2021-12-261-0/+18
* Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert2021-12-255-82/+66