This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7c09af8ef0 c++: Handle CONSTRUCTORs without indexes in find_array_ctor [...] new c151a342b8b c++: Fix TREE_SIDE_EFFECTS after digest_init. new 61f5369f7ec c++: Fix -Wreturn-local-addr location. new 173c8defa6e c++: Preserve location in maybe_constant_value. new aaa26bf496a c++: Use constexpr to avoid wrong -Wsign-compare (PR90691).
The 4 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 | 20 ++++++++++++ gcc/cp/constexpr.c | 50 ++++++++++++++++++++++------- gcc/cp/cp-tree.h | 2 +- gcc/cp/expr.c | 2 ++ gcc/cp/typeck.c | 13 ++++---- gcc/cp/typeck2.c | 8 +++-- gcc/testsuite/g++.dg/warn/Walways-true-3.C | 4 +-- gcc/testsuite/g++.dg/warn/Wsign-compare-9.C | 22 +++++++++++++ 8 files changed, 99 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wsign-compare-9.C