This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a10f19a * update-copyright.py (GCCCmdLine): Add include, libcc1, lib [...] new 8ccda24 C FE: implement fix-it hint for -Wmissing-braces new fd13032 PR c++/77545 PR c++/77284 * constexpr.c (potential_constan [...]
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/ChangeLog | 29 +++ gcc/c/c-parser.c | 26 ++- gcc/c/c-tree.h | 5 +- gcc/c/c-typeck.c | 53 ++++-- gcc/cp/ChangeLog | 6 + gcc/cp/constexpr.c | 1 + gcc/testsuite/ChangeLog | 11 ++ gcc/testsuite/g++.dg/cpp0x/range-for32.C | 16 ++ .../g++.dg/cpp0x/{auto40.C => range-for33.C} | 9 +- gcc/testsuite/gcc.dg/Wmissing-braces-fixits.c | 202 +++++++++++++++++++++ 10 files changed, 333 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/range-for32.C copy gcc/testsuite/g++.dg/cpp0x/{auto40.C => range-for33.C} (51%) create mode 100644 gcc/testsuite/gcc.dg/Wmissing-braces-fixits.c