This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d1f144b3e6 bpf: facilitate constant propagation of function addresses new 02de9d26b18 tree.cc: Fix optimization of DFP default initialization
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/testsuite/gcc.dg/torture/dfp-default-init-1.c | 113 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/dfp-default-init-2.c | 8 ++ gcc/testsuite/gcc.dg/torture/dfp-default-init-3.c | 8 ++ gcc/tree.cc | 13 ++- 4 files changed, 140 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/dfp-default-init-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/dfp-default-init-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/dfp-default-init-3.c