This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a2356db 2015-12-17 Andris Pavenis andris.pavenis@iki.fi new 230bf8b PR c++/67576 new 02df649 PR c++/67550 new a24f50c * config/avr/avr.h (MOVE_MAX): Set value to 1. [...]
The 3 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 | 11 ++++++++++- gcc/config/avr/avr.c | 25 +++++++++++++++++++++++++ gcc/config/avr/avr.h | 17 ++++++++++++++++- gcc/cp/ChangeLog | 10 ++++++++++ gcc/cp/init.c | 5 +++++ gcc/cp/rtti.c | 2 +- gcc/testsuite/g++.dg/init/aggr13.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/rtti/typeid11.C | 16 ++++++++++++++++ 8 files changed, 100 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/aggr13.C create mode 100644 gcc/testsuite/g++.dg/rtti/typeid11.C