This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e7310ff9bdd Use GFX9 granulated sgprs count correctly. new da834c3a82d PR tree-optimization/92501 - strncmp with constant untermin [...] new 045403dda55 Limit LDS usage. new 3f471d330b3 PR middle-end/88226 - missing warning on fprintf, fputs, an [...]
The 3 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 | 47 +++ gcc/builtins.c | 420 ++++++++++++++------- gcc/builtins.h | 4 +- gcc/config/gcn/gcn.c | 16 +- gcc/gimple-fold.c | 110 ++++-- gcc/testsuite/ChangeLog | 11 + gcc/testsuite/gcc.dg/Wstringop-overflow-22.c | 263 +++++++++++++ gcc/testsuite/gcc.dg/strcmpopt_7.c | 119 ++++++ .../gcc.dg/tree-ssa/builtin-fprintf-warn-1.c | 6 +- gcc/tree-ssa-strlen.c | 22 +- 10 files changed, 827 insertions(+), 191 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-22.c create mode 100644 gcc/testsuite/gcc.dg/strcmpopt_7.c