This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 48d1445 2016-09-19 Vladimir Makarov vmakarov@redhat.com new 9b5c49e Make max_align_t respect _Float128. new cb19a0d Define TS 18661-1 CR_DECIMAL_DIG in <float.h>. new b0e5fdf 2016-09-19 Bernd Edlinger bernd.edlinger@hotmail.de new bed03df gcc: 2016-09-19 Bernd Edlinger bernd.edlinger@hotmail.de
The 4 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 | 18 ++++++++++++++ gcc/c-family/ChangeLog | 12 +++++++++ gcc/c-family/c-common.c | 20 +++++++++++++-- gcc/c-family/c.opt | 4 +++ gcc/cp/ChangeLog | 5 ++++ gcc/cp/cvt.c | 1 + gcc/doc/invoke.texi | 11 +++++++- gcc/dwarf2out.c | 4 +-- gcc/ginclude/float.h | 7 ++++++ gcc/ginclude/stddef.h | 8 ++++++ gcc/testsuite/ChangeLog | 16 ++++++++++++ gcc/testsuite/c-c++-common/Wint-in-bool-context.c | 29 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/cr-decimal-dig-1.c | 14 +++++++++++ .../gcc.dg/{float128-typeof.c => float128-align.c} | 4 +-- .../{float128x-typeof.c => float128x-align.c} | 4 +-- .../gcc.dg/{float16-typeof.c => float16-align.c} | 4 +-- .../gcc.dg/{float32-typeof.c => float32-align.c} | 4 +-- .../gcc.dg/{float32x-typeof.c => float32x-align.c} | 4 +-- .../gcc.dg/{float64-typeof.c => float64-align.c} | 4 +-- .../gcc.dg/{float64x-typeof.c => float64x-align.c} | 4 +-- gcc/testsuite/gcc.dg/floatn-align.h | 18 ++++++++++++++ 21 files changed, 176 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wint-in-bool-context.c create mode 100644 gcc/testsuite/gcc.dg/cr-decimal-dig-1.c copy gcc/testsuite/gcc.dg/{float128-typeof.c => float128-align.c} (71%) copy gcc/testsuite/gcc.dg/{float128x-typeof.c => float128x-align.c} (71%) copy gcc/testsuite/gcc.dg/{float16-typeof.c => float16-align.c} (71%) copy gcc/testsuite/gcc.dg/{float32-typeof.c => float32-align.c} (71%) copy gcc/testsuite/gcc.dg/{float32x-typeof.c => float32x-align.c} (71%) copy gcc/testsuite/gcc.dg/{float64-typeof.c => float64-align.c} (71%) copy gcc/testsuite/gcc.dg/{float64x-typeof.c => float64x-align.c} (71%) create mode 100644 gcc/testsuite/gcc.dg/floatn-align.h