This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 91535e7e4ba [nvptx] Move macro defs to top of nvptx.c new 1cb32599b13 PR c++/52321 print note for static_cast to/from incomplete type new 26364f3e929 PR c++/88410 * cp-gimplify.c (cp_fold) <case ADDR_EXPR>: [...]
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 | 12 ++++++++++++ gcc/cp/cp-gimplify.c | 1 + gcc/cp/typeck.c | 17 +++++++++++++++-- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/g++.dg/cpp0x/pr88410.C | 7 +++++++ gcc/testsuite/g++.dg/expr/static_cast8.C | 27 +++++++++++++++++++++++++++ 6 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr88410.C create mode 100644 gcc/testsuite/g++.dg/expr/static_cast8.C