This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bd66dbc PR c++/79746 * init.c (emit_mem_initializers): When not con [...] new 5ee2e78 2017-03-01 Richard Biener rguenther@suse.de new b4aea15 PR c++/79681 * fold-const.c (make_bit_field_ref): If orig_i [...]
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 | 13 +++++++++ gcc/fold-const.c | 25 +++++++++++++++++ gcc/testsuite/ChangeLog | 9 ++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-79681-1.C | 17 +++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-79681-2.C | 39 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr79721.c | 21 ++++++++++++++ gcc/tree-chrec.c | 25 +++++++++++------ 7 files changed, 141 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-79681-1.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-79681-2.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr79721.c