From 8d169fc1b1f09fc777f4f6539dbdb7cf58498c52 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Thu, 31 Jan 2019 23:59:36 +0100 Subject: [PATCH] * libgfortran/ChangeLog: Better commit message for my last commit. From-SVN: r268433 --- libgfortran/ChangeLog | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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.