This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c59b8a93cf c++: Add TARGET_EXPR comments new 2f359597e49 c++: Fix thinko in auto return type checking [PR98441] new 178f0afce36 PR middle-end/98578 - ICE warning on uninitialized VLA access
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/c-family/c-pretty-print.c | 29 +++++---- gcc/cp/decl.c | 8 ++- gcc/testsuite/g++.dg/cpp0x/auto55.C | 13 ++++ gcc/testsuite/gcc.dg/plugin/gil-1.c | 4 +- gcc/testsuite/gcc.dg/uninit-pr98578.c | 110 ++++++++++++++++++++++++++++++++++ 5 files changed, 146 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/auto55.C create mode 100644 gcc/testsuite/gcc.dg/uninit-pr98578.c