This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from 56013948123 [fortran] ICE in gfc_validate_kind(): Got bad kind [PR93580] new 52db14c1f70 Reject tail calls that read from an escaped RESULT_DECL [PR90313] new 2408b93a10c Check for bitwise identity when encoding VECTOR_CSTs [PR92768]
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 | 19 +++++++++++++++++++ gcc/fold-const.c | 17 ++++++++++++++--- gcc/testsuite/ChangeLog | 10 ++++++++++ gcc/testsuite/g++.dg/torture/pr90313.cc | 33 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr92768.c | 7 +++++++ gcc/tree-core.h | 3 ++- gcc/tree-tailcall.c | 29 +++++++++++++++++++++++++++++ gcc/tree-vector-builder.h | 2 +- 8 files changed, 115 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr90313.cc create mode 100644 gcc/testsuite/gcc.dg/pr92768.c