This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 89954a3b1cc 2017-10-13 Paul Thomas pault@gcc.gnu.org new 621490eef34 PR c++/82357 - bit-field in template new 04acc76e9d4 * tree-ssa-reassoc.c (reassociate_bb): Clarify code slighly.
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 | 4 ++++ gcc/cp/ChangeLog | 5 +++++ gcc/cp/tree.c | 4 ++++ gcc/testsuite/g++.dg/template/bitfield4.C | 6 ++++++ gcc/testsuite/g++.dg/template/cast4.C | 4 ++++ gcc/tree-ssa-reassoc.c | 2 +- 6 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/template/bitfield4.C create mode 100644 gcc/testsuite/g++.dg/template/cast4.C