This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9d5730dee4f c++: Don't defer local statics initialized with constant ex [...] new db1405ddf56 c-family: Account for integral promotions of left shifts fo [...] new daaf74a714c c-family: Fix up -Wsign-compare BIT_NOT_EXPR handling [PR107465]
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-warn.cc | 100 ++++++++++++++++--------- gcc/testsuite/c-c++-common/Wsign-compare-2.c | 106 +++++++++++++++++++++++++++ gcc/testsuite/c-c++-common/pr107465.c | 22 ++++++ gcc/testsuite/gcc.dg/pr107846.c | 14 ++++ 4 files changed, 208 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wsign-compare-2.c create mode 100644 gcc/testsuite/c-c++-common/pr107465.c create mode 100644 gcc/testsuite/gcc.dg/pr107846.c