This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 43514de Editorial fixes to libstdc++ debug mode docs new 3aa4e8c PR middle-end/77475 * config/i386/i386.c (ix86_parse_string [...] new 1bc882c PR rtl-optimization/77425 * sched-int.h (sd_iterator_cond): [...] new fbcb99d 2016-09-15 Richard Biener rguenther@suse.de
The 3 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 | 23 +++ gcc/config/i386/i386.c | 173 ++++++++++++++------- gcc/fold-const.c | 7 +- gcc/sched-int.h | 7 +- gcc/testsuite/ChangeLog | 15 ++ gcc/testsuite/c-c++-common/torture/pr77544.c | 7 + gcc/testsuite/gcc.dg/march-generic.c | 2 +- gcc/testsuite/gcc.target/i386/pr65990.c | 2 +- .../gcc.target/i386/spellcheck-options-1.c | 7 + .../gcc.target/i386/spellcheck-options-2.c | 7 + .../gcc.target/i386/spellcheck-options-3.c | 7 + .../gcc.target/i386/spellcheck-options-4.c | 7 + 12 files changed, 204 insertions(+), 60 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/torture/pr77544.c create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-1.c create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-2.c create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-3.c create mode 100644 gcc/testsuite/gcc.target/i386/spellcheck-options-4.c