This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9085cc2a34f Fix sorting in Contributors.html new cd430b1fd95 Widening-Mul: Fix one ICE when iterate on phi node new a7210892080 i386: Modernize AMD processor types
The 2 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/common/config/i386/i386-common.cc | 46 +++++-------------- gcc/config/i386/i386.h | 32 ++++++++++--- gcc/testsuite/gcc.dg/torture/pr116861-1.c | 76 +++++++++++++++++++++++++++++++ gcc/tree-ssa-math-opts.cc | 9 +++- 4 files changed, 120 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr116861-1.c