This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 18412c43bb8 Daily bump. new 3b7050a3864 Backport r249735 new 7c0a928872c Backport r250336 new 94fcdba3432 Backport r250951 new 3290fa191e9 Backport r251020 new 4cbd1240284 Backport r251406
The 5 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 | 26 +++++++++ gcc/ada/ChangeLog | 8 +++ gcc/ada/gcc-interface/trans.c | 2 +- gcc/c-family/ChangeLog | 9 +++ gcc/c-family/c-attribs.c | 24 +++++++- gcc/ipa-icf-gimple.c | 6 +- gcc/ipa-visibility.c | 3 +- gcc/testsuite/ChangeLog | 33 +++++++++++ .../c-c++-common/ubsan/float-cast-overflow-1.c | 3 +- gcc/testsuite/g++.dg/other/pr81355.C | 14 +++++ gcc/testsuite/gcc.dg/ipa/pr81696.c | 26 +++++++++ gcc/testsuite/gcc.target/i386/pr81128.c | 65 ++++++++++++++++++++++ 12 files changed, 212 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/other/pr81355.C create mode 100644 gcc/testsuite/gcc.dg/ipa/pr81696.c create mode 100644 gcc/testsuite/gcc.target/i386/pr81128.c