This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6921c93d205 Revert "x86: Properly find the maximum stack slot alignment" new 83bc61c9fd6 x86: Add a test for PR target/118936 new 94d01a88470 tree-optimization/86270 - improve SSA coalescing for loop e [...]
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/testsuite/gcc.target/i386/pr118936.c | 22 ++++++++++++ gcc/testsuite/gcc.target/i386/pr86270.c | 3 ++ gcc/tree-outof-ssa.cc | 61 +++++++++++++++++++++++++++++--- 3 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr118936.c