This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b4243730321 Daily bump. new 147c413106c Add warn_unused_result for malloc-like functions (PR tree-o [...] new 23db10bf039 Fix a thinko in tree-ssa-loop.c.
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 | 39 ++++++++++++++++++++++ gcc/builtin-attrs.def | 37 ++++++++++++-------- gcc/builtins.def | 14 ++++---- gcc/testsuite/ChangeLog | 16 +++++++++ .../c-c++-common/asan/alloca_loop_unpoisoning.c | 2 +- gcc/testsuite/c-c++-common/asan/pr88619.c | 2 +- gcc/testsuite/g++.dg/overload/using2.C | 2 +- gcc/testsuite/gcc.dg/attr-alloc_size-5.c | 2 +- gcc/testsuite/gcc.dg/nonnull-3.c | 4 +-- gcc/testsuite/gcc.dg/pr43643.c | 6 ++-- gcc/testsuite/gcc.dg/pr59717.c | 8 ++--- gcc/testsuite/gcc.dg/pr78902.c | 14 ++++++++ gcc/testsuite/gcc.dg/torture/pr71816.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr78886.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/pr79697.c | 6 ++-- gcc/tree-ssa-loop.c | 2 +- 16 files changed, 118 insertions(+), 40 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr78902.c