This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 8617d2e17bf Daily bump. new 97e78f06f80 Backport r249735 new 7c60c270506 Backport r250336 new 1f93dc856b1 Backport r250951 new 45e64fba26f Backport r251020
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 | 26 +++++++++ gcc/c-family/ChangeLog | 9 +++ gcc/c-family/c-common.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 ++++++++++++++++++++++ 10 files changed, 203 insertions(+), 6 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