This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 34599780d0d tree-optimization/98758 - fix integer arithmetic in data-re [...] new 4d2ecd960a0 builtins: Fix up two bugs in access_ref::inform_access [PR98721]
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/builtins.c | 25 ++++++++++++++----------- gcc/testsuite/gcc.dg/pr98721-1.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/pr98721-2.c | 8 ++++++++ 3 files changed, 36 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr98721-1.c create mode 100644 gcc/testsuite/gcc.dg/pr98721-2.c