This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 47a9838c577 2019-11-27 Richard Biener rguenther@suse.de new 81befeb723e PR c++/92524 * tree.c (replace_placeholders_r): Don't wal [...] new 79110d10453 [PATCH] Fix PR91790 by considering different first_stmt_inf [...] new f5ad3900aa0 PR 92463 - Cleanups due to minimum MPFR version bump to 3.1.0
The 3 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: ChangeLog | 12 +++++++--- configure | 6 ++--- configure.ac | 6 ++--- gcc/ChangeLog | 25 ++++++++++++++++++++ gcc/builtins.c | 19 ++++++++------- gcc/cp/ChangeLog | 6 +++++ gcc/cp/tree.c | 5 ++++ gcc/fold-const-call.c | 46 ++++++++++++++++++------------------ gcc/fortran/ChangeLog | 5 ++++ gcc/fortran/arith.c | 4 ++-- gcc/gimple-ssa-sprintf.c | 4 ++-- gcc/real.c | 24 +++++++++---------- gcc/realmpfr.c | 9 +++---- gcc/realmpfr.h | 12 +++------- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/g++.dg/cpp0x/pr92524.C | 12 ++++++++++ gcc/tree-vect-stmts.c | 26 ++++++++++++++++---- gcc/ubsan.c | 6 ++--- 18 files changed, 154 insertions(+), 78 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr92524.C