This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6bc936d3dfb Use __builtin_mul_overflow in xmallocarray new 2e24a52c031 Update preferred_stack_boundary only when expanding function call
The 1 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 | 12 +++++++++++- gcc/calls.c | 25 +++++++++++++++++++++++++ gcc/function.c | 7 ------- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.target/i386/pr90765-1.c | 11 +++++++++++ gcc/testsuite/gcc.target/i386/pr90765-2.c | 18 ++++++++++++++++++ 6 files changed, 71 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr90765-1.c create mode 100644 gcc/testsuite/gcc.target/i386/pr90765-2.c