This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from a62db395b11 Daily bump. new 6d0a0c547a6 c++: Fix up floating point conversion rank comparison for _ [...] new be14e6cf7f2 c-family: Fix -Warray-compare warning ICE [PR115290]
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 | 13 +++++++++---- gcc/cp/typeck.cc | 3 +++ gcc/testsuite/c-c++-common/Warray-compare-3.c | 13 +++++++++++++ gcc/testsuite/g++.dg/cpp23/ext-floating18.C | 26 ++++++++++++++++++++++++++ 4 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Warray-compare-3.c create mode 100644 gcc/testsuite/g++.dg/cpp23/ext-floating18.C