gcc/libgfortran/io
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
..
async.c Update copyright years. 2022-01-03 10:42:10 +01:00
async.h Update copyright years. 2022-01-03 10:42:10 +01:00
close.c Update copyright years. 2022-01-03 10:42:10 +01:00
fbuf.c Update copyright years. 2022-01-03 10:42:10 +01:00
fbuf.h Update copyright years. 2022-01-03 10:42:10 +01:00
file_pos.c Implement CONVERT specifier for OPEN. 2022-01-11 23:49:52 +01:00
format.c Update copyright years. 2022-01-03 10:42:10 +01:00
format.h Update copyright years. 2022-01-03 10:42:10 +01:00
inquire.c Implement CONVERT specifier for OPEN. 2022-01-11 23:49:52 +01:00
intrinsics.c Update copyright years. 2022-01-03 10:42:10 +01:00
io.h fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
list_read.c Update copyright years. 2022-01-03 10:42:10 +01:00
lock.c Update copyright years. 2022-01-03 10:42:10 +01:00
open.c Implement CONVERT specifier for OPEN. 2022-01-11 23:49:52 +01:00
read.c fortran, libgfortran: Assorted -mabi=ieeelongdouble I/O fixes 2022-01-11 23:49:49 +01:00
size_from_kind.c fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
transfer.c power-ieee128: Fix up byte-swapping for IBM extended real(kind=16) 2022-01-11 23:49:53 +01:00
transfer128.c fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
unit.c Update copyright years. 2022-01-03 10:42:10 +01:00
unix.c Update copyright years. 2022-01-03 10:42:10 +01:00
unix.h Update copyright years. 2022-01-03 10:42:10 +01:00
write.c fortran, libgfortran: -mabi=ieeelongdouble I/O 2022-01-11 23:49:48 +01:00
write_float.def libgfortran: -mabi=ieeelongdouble I/O fix 2022-01-11 23:49:49 +01:00