Committed as https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=4637a1d293c978816ad622ba33e3a32a78640edd
FX > Le 10 sept. 2022 à 12:21, FX <fxcoud...@gmail.com> a écrit : > > ping > (with fix for the typo Bernhard noticed) > > <0001-Fortran-F2018-rounding-modes-changes.patch> > >> Le 31 août 2022 à 20:29, FX <fxcoud...@gmail.com> a écrit : >> >> This adds new F2018 features, that are not really enabled (because their >> runtime support is optional). >> >> 1. Add the new IEEE_AWAY rounding mode. It is unsupported on all known >> targets, but could be supported by glibc and AIX as part of the C2x >> proposal. Testing for now is minimal, but once a target supports that >> rounding mode, the tests will fail and we can fix them by expanding them. >> >> 2. Add the optional RADIX argument to IEEE_SET_ROUNDING_MODE and >> IEEE_GET_ROUNDING_MODE. It is unused for now, because we do not support >> floating-point radices other than 2. >> >> >> Regression-tested on x86_64-pc-linux-gnu, both 32- and 64-bit. >> OK to commit? >> >> >> <0001-fortran-Fortran-2018-rounding-modes-changes.patch> >