This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5ab08934e5f4 Exclude CL_WARNING and CL_PARAM from --help=optimize. new e13f37d9f760 PR tree-optimization/93213 - wrong code with -Og -foptimiz [...] new 12122f94b4da Remove usage of legacy param_ipa_cp_unit_growth.
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 | 12 +++++++ gcc/ipa-cp.c | 2 +- gcc/params.opt | 6 +--- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.c-torture/execute/pr93213.c | 50 +++++++++++++++++++++++++++ gcc/tree-ssa-strlen.c | 6 ++-- 6 files changed, 72 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr93213.c