This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212224 - in /trunk: gcc/testsuite/ChangeLog gc...
- From: uros at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 02 Jul 2014 08:45:09 -0000
- Subject: r212224 - in /trunk: gcc/testsuite/ChangeLog gc...
Author: uros
Date: Wed Jul 2 08:45:08 2014
New Revision: 212224
URL: https://gcc.gnu.org/viewcvs?rev=212224&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gfortran.dg/ieee/ieee_1.F90
trunk/gcc/testsuite/gfortran.dg/ieee/ieee_rounding_1.f90
trunk/libgfortran/ChangeLog
trunk/libgfortran/config/fpu-aix.h
trunk/libgfortran/config/fpu-glibc.h
trunk/libgfortran/configure.host