This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f64621cdf2a /cp 2017-09-15 Manuel Lopez-Ibanez manu@gcc.gnu.org [...] new 3507457a9a0 Implement C11 excess precision semantics for conversions (P [...] new 74956124779 2017-09-15 Steve Ellcey sellcey@cavium.com
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 | 8 +++ gcc/c/ChangeLog | 9 ++++ gcc/c/c-typeck.c | 30 ++++++++++- gcc/doc/extend.texi | 5 +- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/i386/excess-precision-8.c | 61 ++++++++++++++++++++++ 6 files changed, 114 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/excess-precision-8.c