This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 50e193c1862 [gdb/testsuite] Fix gdb.dwarf2/nullptr_t.exp with cc-with-dwz-m
new d7d4e911554 DEFAULT_BUFFERSIZE
new 00aea11f400 libbfd.texi zero size
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:
bfd/Makefile.in | 4 ++--
bfd/archive.c | 2 +-
bfd/coff-rs6000.c | 10 +++++-----
bfd/doc/local.mk | 4 ++--
bfd/libbfd-in.h | 4 ----
bfd/libbfd.c | 7 +++++++
bfd/libbfd.h | 4 ----
bfd/vms-lib.c | 2 +-
8 files changed, 18 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4e1e8752549 Analyzer: include algorithm header
new 597b9ec69bc analyzer: implement reference count checking for CPython pl [...]
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/analyzer/engine.cc | 8 +-
gcc/analyzer/exploded-graph.h | 4 +-
gcc/analyzer/region-model.cc | 4 +
gcc/analyzer/region-model.h | 55 ++-
.../gcc.dg/plugin/analyzer_cpython_plugin.c | 385 ++++++++++++++++++++-
...est-2.c => cpython-plugin-test-PyList_Append.c} | 56 +--
.../gcc.dg/plugin/cpython-plugin-test-PyList_New.c | 38 ++
.../plugin/cpython-plugin-test-PyLong_FromLong.c | 38 ++
...-test-1.c => cpython-plugin-test-no-Python-h.c} | 0
gcc/testsuite/gcc.dg/plugin/plugin.exp | 6 +-
10 files changed, 550 insertions(+), 44 deletions(-)
rename gcc/testsuite/gcc.dg/plugin/{cpython-plugin-test-2.c => cpython-plugin-test [...]
create mode 100644 gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-PyList_New.c
create mode 100644 gcc/testsuite/gcc.dg/plugin/cpython-plugin-test-PyLong_FromLong.c
rename gcc/testsuite/gcc.dg/plugin/{cpython-plugin-test-1.c => cpython-plugin-test [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.