gcc/libgfortran
Jakub Jelinek a01be2f309 power-ieee128: Fix up byte-swapping for IBM extended real(kind=16)
Here is a patch to fix up the ppc64be vs. ppc64le byteswapping
of IBM extended real(kind=16) and complex(kind=16).
Similarly to the BT_COMPLEX case it halves size and doubles nelems
for the bswap_array calls.  Of course for r16_ibm and r16_ieee conversions
one needs to make sure it is only done when the on file data is in that
format and not in IEEE quad.

2022-01-11  Jakub Jelinek  <jakub@redhat.com>

	* io/transfer.c (unformatted_read, unformatted_write): When
	byteswapping IBM extended real(kind=16), handle it as byteswapping
	two real(kind=8) values.
2022-01-11 23:49:53 +01:00
..
caf Update copyright years. 2022-01-03 10:42:10 +01:00
config Update copyright years. 2022-01-03 10:42:10 +01:00
generated Make sure the Fortran specifics have real(kind=16). 2022-01-11 23:49:31 +01:00
ieee Fortran: Allow IEEE_CLASS to identify signaling NaNs 2022-01-10 12:28:46 +01:00
intrinsics libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+ 2022-01-11 23:49:52 +01:00
io power-ieee128: Fix up byte-swapping for IBM extended real(kind=16) 2022-01-11 23:49:53 +01:00
m4 Make sure the Fortran specifics have real(kind=16). 2022-01-11 23:49:31 +01:00
runtime Handle R16 conversion for POWER in the environment variables. 2022-01-11 23:49:53 +01:00
acinclude.m4 Generate config.h macros for IEEE128 math functions. 2022-01-11 23:40:34 +01:00
aclocal.m4
c99_protos.h Update copyright years. 2022-01-03 10:42:10 +01:00
ChangeLog Daily bump. 2022-01-11 00:16:36 +00:00
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021 Rotate ChangeLog files - part 1 - add ChangeLog-2021. 2022-01-03 10:18:16 +01:00
config.h.in Make sure the Fortran specifics have real(kind=16). 2022-01-11 23:49:31 +01:00
configure Make sure the Fortran specifics have real(kind=16). 2022-01-11 23:49:31 +01:00
configure.ac Make sure the Fortran specifics have real(kind=16). 2022-01-11 23:49:31 +01:00
configure.host Fortran: add support for IEEE intrinsics on aarch64 non-glibc targets 2021-12-20 00:49:10 +01:00
gfortran.map fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
ISO_Fortran_binding.h Update copyright years. 2022-01-03 10:42:10 +01:00
kinds-override.h Make sure the Fortran specifics have real(kind=16). 2022-01-11 23:49:31 +01:00
libgfortran.h libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+ 2022-01-11 23:49:52 +01:00
libgfortran.spec.in
libtool-version
Makefile.am libgfortran: Make sure glibc < 2.32 built powerpc64le-linux libgfortran doesn't use __*ieee128 APIs 2022-01-11 23:49:52 +01:00
Makefile.in Implement CONVERT specifier for OPEN. 2022-01-11 23:49:52 +01:00
mk-kinds-h.sh Fortran: allow __float128 on targets where long double is not REAL(KIND=10) 2021-12-22 12:46:07 +01:00
mk-sik-inc.sh
mk-srk-inc.sh