This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 2316fe27904 libstdc++: Add dg-output to two tests new 8c0ea9320ce fold-const: Fix up multiple_of_p [PR112733] new a982b9cb690 c++: Unshare folded SAVE_EXPR arguments during cp_fold [PR112727] new 4106a0f854f extend.texi: Mark builtin arguments with @var{...}
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/cp/cp-gimplify.cc | 9 +- gcc/doc/extend.texi | 282 ++++++++++++++-------------- gcc/fold-const.cc | 2 +- gcc/testsuite/c-c++-common/ubsan/pr112727.c | 17 ++ gcc/testsuite/gcc.dg/pr112733.c | 16 ++ 5 files changed, 183 insertions(+), 143 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr112727.c create mode 100644 gcc/testsuite/gcc.dg/pr112733.c