This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b523cae81c6 compiler: accept "any" as an alias for "interface{}" new 0ef416e7edc c++: add comment new 119cea98f66 c++: assignment, aggregate, array [PR104300]
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/cp/cp-gimplify.cc | 37 ++++++++++++++++++--------- gcc/cp/cp-tree.h | 27 +++++++++++++++++++ gcc/cp/init.cc | 12 ++++++--- gcc/cp/pt.cc | 4 +++ gcc/cp/tree.cc | 4 +-- gcc/cp/typeck2.cc | 9 +++++-- gcc/testsuite/g++.dg/cpp0x/initlist-array14.C | 12 +++++++++ 7 files changed, 85 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array14.C