This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 45b37eaa163 PR middle-end/85956 PR lto/88733 * tree-inline.h (struct [...] new 0c2ebbc4659 PR c++/88613 - ICE with use of const var in lambda. new d07c152ba6f PR c++/88312 - pack expansion of decltype.
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 | 2 ++ gcc/cp/expr.c | 17 +++++++++++++++-- gcc/cp/pt.c | 2 ++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const10.C | 11 +++++++++++ gcc/testsuite/g++.dg/cpp0x/variadic-decltype1.C | 9 +++++++++ 6 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/variadic-decltype1.C