This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d6c90d8 DWARF: fix stack usage assessment for DW_OP_neg new c1f7304 gcc/ new a44ed58 gcc/
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/ChangeLog | 16 +++++++ gcc/config/i386/i386.c | 70 ++++++++++++++++++++++++++++--- gcc/testsuite/ChangeLog | 10 +++++ gcc/testsuite/gcc.target/i386/pr70799-1.c | 41 ++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr70877.c | 14 +++++++ gcc/tree-chkp.c | 15 ++++++- 6 files changed, 158 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr70799-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr70877.c