This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from df51d35 MIPS: Use create_tmp_var_raw in mips_atomic_assign_expand_fenv new 08d54cf compiler: rewrite compiler directive support new cb658a2 PR c++/56701 - wrong type of &*this
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/ChangeLog | 5 + gcc/cp/typeck.c | 5 - gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.cc | 23 +++- gcc/go/gofrontend/gogo.h | 34 +++--- gcc/go/gofrontend/lex.cc | 191 +++++++++++++++++++++++++++------- gcc/go/gofrontend/lex.h | 35 +++++-- gcc/go/gofrontend/parse.cc | 98 +++++++++++++---- gcc/go/gofrontend/parse.h | 2 +- gcc/testsuite/g++.dg/cpp0x/rv-this2.C | 8 ++ 10 files changed, 311 insertions(+), 92 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-this2.C