This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b1951f 2016-01-05 Jeremy Bennett jeremy.bennett@embecosm.com new 235d872 Fix PR c++/68948 (wrong code generation due to invalid constr [...] new 14b9698 gcc/
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 | 9 ++++++++ gcc/cgraphunit.c | 2 -- gcc/cp/ChangeLog | 7 ++++++ gcc/cp/pt.c | 10 +++++++- gcc/testsuite/ChangeLog | 5 ++++ gcc/testsuite/g++.dg/template/pr68948.C | 41 +++++++++++++++++++++++++++++++++ 6 files changed, 71 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/pr68948.C