gcc/libgfortran/ieee
Francois-Xavier Coudert 519196a27c Fortran: handle RADIX kind in IEEE_SET_ROUNDING_MODE
Make sure that calling IEEE_SET_ROUNDING_MODE with RADIX=10 does not
affect the binary rounding mode.

2022-09-21  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>

libgfortran/

	* ieee/ieee_arithmetic.F90 (IEEE_SET_ROUNDING_MODE): Handle
	RADIX argument better.

gcc/testsuite/

	* gfortran.dg/ieee/rounding_3.f90: New test.
2022-09-21 11:15:21 +02:00
..
ieee_arithmetic.F90 Fortran: handle RADIX kind in IEEE_SET_ROUNDING_MODE 2022-09-21 11:15:21 +02:00
ieee_exceptions.F90 Fortran: add IEEE_MODES_TYPE, IEEE_GET_MODES and IEEE_SET_MODES 2022-09-19 14:26:34 +02:00
ieee_features.F90 Update copyright years. 2022-01-03 10:42:10 +01:00
ieee_helper.c fortran: Expand ieee_arithmetic module's ieee_class inline [PR106579] 2022-08-26 09:52:02 +02:00