This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4e4252db034 Fortran: reject simplifying TRANSFER for MOLD with storage size 0 new 3c9f762ad02 Constrain conservative string lengths to array sizes [PR104119].
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/gimple-ssa-sprintf.cc | 71 ++++---- .../gcc.dg/tree-ssa/builtin-snprintf-13.c | 131 +++++++++++++++ .../gcc.dg/tree-ssa/builtin-sprintf-warn-29.c | 179 +++++++++++++++++++++ gcc/tree-ssa-strlen.cc | 70 ++++++-- gcc/tree-ssa-strlen.h | 2 +- 5 files changed, 412 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-13.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-29.c