This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 689babb363d PR other/89342 * optc-save-gen.awk: Handle optimize_fast [...] new 8c6d2f0f033 PR c/89340 * c-decl.c (start_function): Clear TREE_PUBLIC [...] new bc6e884ff51 PR tree-optimization/89278 * tree-loop-distribution.c: In [...]
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 | 9 +++++++++ gcc/c/ChangeLog | 6 ++++++ gcc/c/c-decl.c | 8 ++++---- gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/gcc.dg/pr89278.c | 23 +++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr89340.c | 9 +++++++++ gcc/testsuite/gcc.dg/torture/pr57036-2.c | 2 +- gcc/tree-loop-distribution.c | 5 +++-- 8 files changed, 66 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr89278.c create mode 100644 gcc/testsuite/gcc.dg/pr89340.c