This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from efd08ad579a gcov: fix line output for nested functions in JSON format new 59482fa1e72 i386: Make -march=x86-64-v[234] behave more like other -mar [...]
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/config.gcc | 4 +--- gcc/config/i386/i386-options.c | 11 ----------- gcc/doc/invoke.texi | 5 +++-- gcc/testsuite/gcc.target/i386/x86-64-v2-msabi.c | 5 +++++ gcc/testsuite/gcc.target/i386/x86-64-v2-other.c | 5 +++++ gcc/testsuite/gcc.target/i386/x86-64-v2.c | 6 ++++-- gcc/testsuite/gcc.target/i386/x86-64-v3-msabi.c | 5 +++++ gcc/testsuite/gcc.target/i386/x86-64-v3-other.c | 5 +++++ gcc/testsuite/gcc.target/i386/x86-64-v3.c | 8 +++++--- gcc/testsuite/gcc.target/i386/x86-64-v4-msabi.c | 5 +++++ gcc/testsuite/gcc.target/i386/x86-64-v4-other.c | 5 +++++ gcc/testsuite/gcc.target/i386/x86-64-v4.c | 6 ++++-- 12 files changed, 47 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v2-msabi.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v2-other.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v3-msabi.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v3-other.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v4-msabi.c create mode 100644 gcc/testsuite/gcc.target/i386/x86-64-v4-other.c