This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4048d8a0862 Allow non-null adjustments for pointers even when there is [...] new 8819419ba1d Fix PR 10153: tail recusion for vector types.
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.c-torture/compile/pr10153-1.c | 7 +++++++ gcc/testsuite/gcc.c-torture/compile/pr10153-2.c | 9 +++++++++ gcc/tree-tailcall.c | 10 ++++++---- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr10153-1.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr10153-2.c