This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6bf4793 compiler: mark generated struct/array types as incomparable new 9a26d40 PR c++/72813 * gcc.c (default_compilers): Don't add -o %g.s [...] new 945272d PR c++/78341 * parser.c (cp_parser_std_attribute_spec): Rem [...] new 93715b7 compiler: add containing Bfunction to conditional_expression
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 | 6 ++++++ gcc/c/ChangeLog | 6 ++++++ gcc/c/c-decl.c | 2 ++ gcc/cp/ChangeLog | 10 +++++++++ gcc/cp/decl2.c | 2 ++ gcc/cp/parser.c | 6 +----- gcc/gcc.c | 2 +- gcc/go/ChangeLog | 4 ++++ gcc/go/go-gcc.cc | 7 +++--- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/backend.h | 10 ++++----- gcc/go/gofrontend/expressions.cc | 42 ++++++++++++++++++++++++------------ gcc/go/gofrontend/gogo.cc | 3 ++- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp0x/pr78341.C | 4 ++++ 15 files changed, 81 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78341.C