This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 98a7cbc8b23 2017-06-19 Paolo Carlini paolo.carlini@oracle.com new d3cd4493429 Fix multi-versioning issues (PR ipa/80732).
The 1 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/attribs.c | 6 +- gcc/multiple_target.c | 115 +++++++++++++++++++++++--------- gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/gcc.target/i386/mvc5.c | 2 +- gcc/testsuite/gcc.target/i386/mvc7.c | 2 +- gcc/testsuite/gcc.target/i386/pr80732.c | 92 +++++++++++++++++++++++++ 7 files changed, 193 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr80732.c