This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 611ce49 PR libstdc++/80137 use std::nextafter instead of looping new ad24c8d PR target/53383 * config/i386/i386.c (ix86_option_override_ [...] new e8ae432 * ChangeLog: Fix my ChangeLog entry. new 259bcf2 2017-03-28 Janus Weil janus@gcc.gnu.org
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 9 ++++- gcc/config/i386/i386.c | 5 +-- gcc/fortran/ChangeLog | 6 +++ gcc/fortran/trans-io.c | 59 +++++++++++++++++++++------- gcc/testsuite/ChangeLog | 13 +++++++ gcc/testsuite/gcc.target/i386/pr53383-1.c | 2 +- gcc/testsuite/gcc.target/i386/pr53383-2.c | 2 +- gcc/testsuite/gcc.target/i386/pr53383-3.c | 2 +- gcc/testsuite/gfortran.dg/dtio_25.f90 | 22 +++++++++-- gcc/testsuite/gfortran.dg/dtio_27.f90 | 65 +++++++++++++++++++++++++++++++ libgfortran/ChangeLog | 5 +++ libgfortran/io/write.c | 28 ++++++++----- 12 files changed, 183 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dtio_27.f90