This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 44fd601 PR bootstrap/78817 - stage2 bootstrap failure in vec.h:1613:5 [...] new 7874b64 2016-12-16 Richard Biener rguenther@suse.de new 3dae587 2016-12-16 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 | 19 +++++++++++++++ gcc/cp/ChangeLog | 7 ++++++ gcc/cp/cp-objcp-common.c | 10 ++++++++ gcc/cp/cp-objcp-common.h | 4 ++++ gcc/expr.c | 11 +++++++++ gcc/langhooks-def.h | 6 ++++- gcc/langhooks.c | 9 +++++++ gcc/langhooks.h | 4 ++++ gcc/stor-layout.c | 15 ++++++------ gcc/testsuite/ChangeLog | 10 ++++++++ gcc/testsuite/g++.dg/pr71694.C | 27 +++++++++++++++++++++ gcc/testsuite/gcc.dg/pr71632.c | 53 ++++++++++++++++++++++++++++++++++++++++++ 12 files changed, 167 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr71694.C create mode 100644 gcc/testsuite/gcc.dg/pr71632.c