This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2570589c60a Must use push insn to pass varargs arguments of DFmode bec [...] new edc22d312a5 2019-11-28 Richard Biener rguenther@suse.de new 5c974e5c428 2019-11-28 Richard Biener rguenther@suse.de
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/testsuite/ChangeLog | 10 ++++ gcc/testsuite/gcc.dg/tree-ssa/inline-12.c | 22 +++++++ gcc/testsuite/gcc.target/i386/pr92645-4.c | 56 ++++++++++++++++++ gcc/tree-inline.c | 5 +- gcc/tree-ssa-forwprop.c | 96 ++++++++++++++++++++++++++----- 6 files changed, 191 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/inline-12.c create mode 100644 gcc/testsuite/gcc.target/i386/pr92645-4.c