gcc/libgfortran/ieee
Francois-Xavier Coudert ade9130f50 Fortran: keep values of IEEE_CLASS_TYPE in sync
Fortran 2018 added some synonyms to the existing values, namely
IEEE_NEGATIVE_SUBNORMAL (which is the same as IEEE_NEGATIVE_DENORMAL)
and IEEE_POSITIVE_SUBNORMAL (same as IEEE_POSITIVE_DENORMAL). When they
were added to the C side, they were not kept in sync with the Fortran
part of the library. Thew new values are not used (yet), so it is
currently harmless, but better fix it.

libgfortran/ChangeLog:

	* ieee/ieee_helper.c: Fix enum values.
2021-12-29 21:37:28 +01:00
..
ieee_arithmetic.F90 libgfortran: Fix PR95647 by changing the interfaces of operators .eq. and .ne. 2021-02-12 07:58:16 -08:00
ieee_exceptions.F90 Update copyright years. 2021-01-04 10:26:59 +01:00
ieee_features.F90 Update copyright years. 2021-01-04 10:26:59 +01:00
ieee_helper.c Fortran: keep values of IEEE_CLASS_TYPE in sync 2021-12-29 21:37:28 +01:00