This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 518af62d9ff PR c++/90825 - endless recursion when evaluating sizeof. [...] new 04a89d67a59 * io.c (check_format): Use G_(...) instead of _(...) for e [...] new 7ff4860a198 PR c++/66999 - 'this' captured by reference. * parser.c ( [...]
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 | 4 ++ gcc/cp/parser.c | 14 +++++- gcc/fortran/ChangeLog | 7 +++ gcc/fortran/io.c | 61 +++++++++++++---------- gcc/testsuite/ChangeLog | 5 +- gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this21.C | 10 ++++ 6 files changed, 73 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this21.C