This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ba037a7a594 [Darwin, PPC] Allow the user to override the use of hard fl [...] new d43b7a0fca6 PR tree-optimization/91010 * tree-vect-stmts.c (scan_oper [...] new df47a8c7f4b PR c++/91024 * gimplify.c (collect_fallthrough_labels): I [...] new d1ca0650375 PR c++/55442 - memory-hog with highly recursive constexpr.
The 3 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/ChangeLog | 11 ++++++++ gcc/c-family/ChangeLog | 5 ++++ gcc/c-family/c.opt | 4 +++ gcc/cp/ChangeLog | 6 +++++ gcc/cp/constexpr.c | 29 ++++++++++++++-------- gcc/doc/invoke.texi | 16 ++++++++++-- gcc/gimplify.c | 2 ++ gcc/testsuite/ChangeLog | 8 ++++++ gcc/testsuite/g++.dg/vect/simd-10.cc | 8 ++++++ .../g++.dg/warn/Wimplicit-fallthrough-4.C | 22 ++++++++++++++++ gcc/tree-vect-stmts.c | 5 +++- 11 files changed, 102 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/g++.dg/vect/simd-10.cc create mode 100644 gcc/testsuite/g++.dg/warn/Wimplicit-fallthrough-4.C