diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 3cf16a57c7e..9c72dfe9f58 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,12 +1,15 @@ 2019-01-30 Uroš Bizjak - PR fortran/88678 - * config/fpu-glibc.h (support_fpu_trap): Do not try to enable - exceptions to determine if exception is supported. + PR libfortran/88678 + Revert: + 2016-11-16 Szabolcs Nagy + + PR libfortran/78314 + * config/fpu-glibc.h (support_fpu_trap): Use feenableexcept. 2019-01-30 Uroš Bizjak - PR fortran/88678 + PR libfortran/88678 * config/fpu-glibc.h (set_fpu_trap_exceptions): Clear stalled exception flags before changing trap mode. Optimize to call feenableexcept and fedisableexcept only once.