This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3872daa5767 Fix typo to avoid ICE. new 43f4d44bebd vec.h: Properly destruct elements in auto_vec auto storage [...] new 015ec112e90 docs: Fix up inline asm documentation new 9c4397cafc5 tailc: Virtually undo IPA-VRP return value optimization for [...] new 7f5adfd31b3 tree-ssa-propagate: Special case lhs of musttail calls in m [...]
The 4 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/doc/extend.texi | 74 +++++++++++++++------------ gcc/testsuite/c-c++-common/musttail14.c | 90 +++++++++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/pr118430.c | 89 ++++++++++++++++++++++++++++++++ gcc/tree-ssa-propagate.cc | 9 +++- gcc/tree-tailcall.cc | 56 ++++++++++++++++---- gcc/vec.h | 2 +- 6 files changed, 274 insertions(+), 46 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/musttail14.c create mode 100644 gcc/testsuite/c-c++-common/pr118430.c