This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from da02474 [PATCH 5/6] [DJGPP] Update DJGPP configuration related files new 1d10d64 PR c++/66808 PR c++/69000 * pt.c (tsubst_decl): If not loc [...] new 995bfeb 2016-01-12 Richard Biener rguenther@suse.de
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 | 23 ++++++++++++++++ gcc/cp/ChangeLog | 6 +++++ gcc/cp/pt.c | 9 +++++-- gcc/testsuite/ChangeLog | 17 ++++++++++++ gcc/testsuite/g++.dg/tls/pr66808.C | 10 +++++++ gcc/testsuite/g++.dg/tls/pr69000.C | 19 ++++++++++++++ gcc/testsuite/gcc.dg/torture/pr69157.c | 17 ++++++++++++ gcc/testsuite/gcc.dg/torture/pr69174.c | 19 ++++++++++++++ gcc/tree-vect-stmts.c | 48 ++++++++++++++++++++++++---------- 9 files changed, 152 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/tls/pr66808.C create mode 100644 gcc/testsuite/g++.dg/tls/pr69000.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr69157.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr69174.c