This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6b577a17b26 nvptx: Cache stacks block for OpenMP kernel launch new 5de7bf5bc98 expand: Fold x - y < 0 to x < y during expansion [PR94802]
The 1 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/cfgexpand.c | 8 ++++ gcc/expr.c | 41 +++++++++++++++++++++ gcc/expr.h | 1 + gcc/testsuite/gcc.dg/Wstrict-overflow-25.c | 2 +- gcc/testsuite/gcc.target/i386/pr94802.c | 59 ++++++++++++++++++++++++++++++ 5 files changed, 110 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr94802.c