This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d355e0f Add PR sanitizer/78267 patch to libsanitizer/LOCAL_PATCHES new 7dbfd9e Protect __TMC_END__ - __TMC_LIST__ == 0 new 6062d7a Simplify X / X, 0 / X and X % X
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/ChangeLog | 4 ++++ gcc/match.pd | 26 ++++++++++++++++++++++---- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/tree-ssa/divide-5.c | 10 ++++++++++ libgcc/ChangeLog | 8 +++++++- libgcc/crtstuff.c | 10 ++++++++-- 6 files changed, 55 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/divide-5.c