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 fd5d27f Enable bt and and movzx for Lakemont new 580e526 Backport r228410 (add ROUND_UP) from mainline new 4ad0a1f Backport r228460 from mainline new d8eb402 Define x86 CALL_USED_REGISTERS_MASK new 9bdb083 Allow -mincoming-stack-boundary=3 with -mno-sse new 127b725 Backport r228577 from mainline new 58c173f Pass VOIDmode to gen_rtx_SET new 8cd3cf1 Round up the SSE register save area only if needed
The 7 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.c | 121 ++++++++++++++++++++--------- gcc/config/i386/i386.h | 8 +- gcc/ggc-page.c | 6 +- gcc/system.h | 6 ++ gcc/testsuite/gcc.target/i386/20060512-1.c | 13 +++- gcc/testsuite/gcc.target/i386/20060512-2.c | 1 - gcc/testsuite/gcc.target/i386/pr53383-1.c | 8 ++ gcc/testsuite/gcc.target/i386/pr53383-2.c | 8 ++ gcc/testsuite/gcc.target/i386/pr53383-3.c | 8 ++ 9 files changed, 131 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr53383-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr53383-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr53383-3.c