This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/iamcu/gcc-5-branch in repository gcc.
from 9e14706 Replicate static chain on the stack new ca4c886 Fix PR rtl-optimization/66626 new 0c01dbb More fix for PR rtl-optimization/66626 new eef1af8 Cleanup FPmode splitters a bit
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/config/i386/i386.md | 72 ++++++++++++++++++++----------- gcc/ira-color.c | 42 +++++++++++++++--- gcc/ira-costs.c | 12 ++++-- gcc/ira.h | 13 ++++++ gcc/lra-assigns.c | 27 +++++++++--- gcc/testsuite/gcc.target/i386/pr66626-2.c | 26 +++++++++++ gcc/testsuite/gcc.target/i386/pr66626.c | 26 +++++++++++ 7 files changed, 179 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr66626-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr66626.c