aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2019-01-31 23:59:36 +0100
committerUros Bizjak <uros@gcc.gnu.org>2019-01-31 23:59:36 +0100
commit8d169fc1b1f09fc777f4f6539dbdb7cf58498c52 (patch)
treece7dc6a3441395be1844ee31b190b628da8c0a60
parent1bd83e0b0ba5f2a32f7c453b6fd1c856036dfba2 (diff)
downloadgcc-8d169fc1b1f09fc777f4f6539dbdb7cf58498c52.zip
gcc-8d169fc1b1f09fc777f4f6539dbdb7cf58498c52.tar.gz
gcc-8d169fc1b1f09fc777f4f6539dbdb7cf58498c52.tar.bz2
* libgfortran/ChangeLog: Better commit message for my last commit.
From-SVN: r268433
-rw-r--r--libgfortran/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 3cf16a5..9c72dfe 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,12 +1,15 @@
2019-01-30 Uroš Bizjak <ubizjak@gmail.com>
- 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 <szabolcs.nagy@arm.com>
+
+ PR libfortran/78314
+ * config/fpu-glibc.h (support_fpu_trap): Use feenableexcept.
2019-01-30 Uroš Bizjak <ubizjak@gmail.com>
- 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.