diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2014-07-02 10:45:08 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2014-07-02 10:45:08 +0200 |
commit | 5b0936da944d0e54e9efd0cac3b295553e31e8f2 (patch) | |
tree | 5fe3802e1130088354ec6021f7d70b1ba4a17bbc /libgfortran/ChangeLog | |
parent | bca23ca20c67d7a6a5b7b4f80c49e490f4b735f9 (diff) | |
download | gcc-5b0936da944d0e54e9efd0cac3b295553e31e8f2.zip gcc-5b0936da944d0e54e9efd0cac3b295553e31e8f2.tar.gz gcc-5b0936da944d0e54e9efd0cac3b295553e31e8f2.tar.bz2 |
configure.host (ieee_flags): Add -mieee for alpha*.
libgfortran/ChangeLog:
* configure.host (ieee_flags): Add -mieee for alpha*.
* config/fpu-glibc.h (support_fpu_rounding_mode): Correctly handle
GFC_FPE_UPWARD, GFC_FPE_DOWNWARD and GFC_FPE_TOWARDZERO.
* config/fpu-aix.h (support_fpu_rounding_mode): Ditto.
testsuite/ChangeLog:
* gfortran.dg/ieee/ieee_1.F90 (dg-additional-options): Remove -O0.
* gfortran.dg/ieee/ieee_rounding_1.f90 (dg-additional-options): Add.
From-SVN: r212224
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 3e03310..bb98a6c 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,11 @@ +2014-07-02 Uros Bizjak <ubizjak@gmail.com> + + * configure.host (ieee_flags): Add -mieee for alpha*. + + * config/fpu-glibc.h (support_fpu_rounding_mode): Correctly handle + GFC_FPE_UPWARD, GFC_FPE_DOWNWARD and GFC_FPE_TOWARDZERO. + * config/fpu-aix.h (support_fpu_rounding_mode): Ditto. + 2014-06-29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org> * config/fpu-387.h (my_fenv_t): Amend structure so it also works @@ -7,7 +15,7 @@ PR libgfortran/61640 * io/list_read.c (next_char_internal): Adjust the read length to - a single wide character. (eat_spaces): Add missing paren. + a single wide character. (eat_spaces): Add missing paren. * io/unix.c (mem_read4): Use the correct mem_alloc function for wide character internal reads. |