This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2276e7e [DWARF] Enable DW_CFA_VAL_EXPRESSION support new ff3caa3 [arm] Eliminate SUBTARGET_CPU_DEFAULT new 3e0607a Default missing exponents to 0 with -fdec.
The 2 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 | 21 ++++++++++++++++++++ gcc/config/arm/arm.c | 12 +---------- gcc/config/arm/arm.h | 9 ++------- gcc/config/arm/freebsd.h | 8 -------- gcc/config/arm/linux-eabi.h | 6 ------ gcc/config/arm/linux-elf.h | 2 -- gcc/config/arm/symbian.h | 6 ------ gcc/config/arm/unknown-elf.h | 4 ---- gcc/fortran/ChangeLog | 9 +++++++++ gcc/fortran/gfortran.h | 1 + gcc/fortran/gfortran.texi | 9 +++++++++ gcc/fortran/io.c | 4 ++++ gcc/fortran/ioparm.def | 1 + gcc/fortran/primary.c | 19 +++++++++++++----- gcc/fortran/trans-io.c | 3 +++ gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gfortran.dg/dec_exp_1.f90 | 35 +++++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/dec_exp_2.f90 | 13 ++++++++++++ gcc/testsuite/gfortran.dg/dec_exp_3.f90 | 15 ++++++++++++++ libgfortran/ChangeLog | 7 +++++++ libgfortran/io/io.h | 1 + libgfortran/io/list_read.c | 22 +++++++++++++++++++-- libgfortran/io/read.c | 8 +++++++- 23 files changed, 169 insertions(+), 52 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/dec_exp_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/dec_exp_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/dec_exp_3.f90