From: Uros Bizjak Date: Thu, 31 Jan 2019 22:59:36 +0000 (+0100) Subject: * libgfortran/ChangeLog: Better commit message for my last commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8d169fc1b1f09fc777f4f6539dbdb7cf58498c52;p=gcc.git * libgfortran/ChangeLog: Better commit message for my last commit. From-SVN: r268433 --- 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.