This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/nalcock/road-to-ctfv4
in repository binutils-gdb.
from eda34582aa3 libctf: open: don't play with ctf_typemax during name table init
new a2f412b6622 include: sync up the CTF version numbers and the version integers
new 720ad9cf595 libctf: give a version number to 'Solaris CTF'.
new 14ce245c755 libctf, link: explicitly name unnamed non-archive linker inputs
new 99ea104d413 libctf: dedup: conflicting types are non-root-visible
new f5144597db0 libctf: create: non-root-visible variables cannot be duplicates
new c04c7378107 libctf: link: slight debugging improvement in cu-mapped mode
new 2ea8942a8b6 libctf, dump: augment datasec dumps with the number of vars
new ccd9a112d88 libctf: dedup: fix indentation
new 6e2028dd69b libctf: kind-independent linkage constants
new 971fdbc6b43 libctf: dedup: unify extern and non-extern variables and fu [...]
new 7eb62fd33bb libctf: types: fix ctf_type_kind_next in child dicts
new 9df76203f53 libctf: separate ctf_next_t ctn_type and ctn_idx
new 77c6bb3823f libctf: serialize: fix child type writeout start point
new cd4a43684da libctf: dedup: fix datasec entry population
new 3dc37b037ea libctf: create: yet another fix to prefix addition
new fe69740bcb8 libctf: create: and another one
new faa1a81f358 libctf: create: reimplement ctf_set_conflicting using exist [...]
new 7b90aec7dcb libctf: add ctf_type_data
new 37e11165334 libctf: create: yet more prefix-addition fixes
new 05553915490 libctf: open: fix non-root-visible opening infloop
new 468e4d14edb libctf: dump: fix free-without-consistent-alloc dumping vars
new e7f9a8998fa libctf: types: fix suffix confusions in type-chasing
new 9d56be79dd9 libctf: link: fix archive member name propagation for empty inputs
new 1f19cd641d9 libctf: dump: fix not-unused arg annotation
new 8a87f44e158 libctf: support variables of nonrepresentable type
The 25 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:
include/ctf-api.h | 18 +-
include/ctf.h | 17 +-
libctf/api.org | 2 +
libctf/ctf-create.c | 94 ++++---
libctf/ctf-dedup.c | 272 ++++++++++++++++-----
libctf/ctf-dump.c | 23 +-
libctf/ctf-impl.h | 18 +-
libctf/ctf-link.c | 18 +-
libctf/ctf-lookup.c | 14 +-
libctf/ctf-open.c | 35 +--
libctf/ctf-serialize.c | 8 +-
libctf/ctf-types.c | 111 ++++++---
libctf/doc/ctf-spec.texi | 4 +-
libctf/libctf.ver | 1 +
libctf/testsuite/libctf-lookup/by-kind/array.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/const.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/datasec.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/forward.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/integer.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/pointer.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/restrict.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/struct.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/union.lk | 2 +-
libctf/testsuite/libctf-lookup/by-kind/volatile.lk | 2 +-
24 files changed, 471 insertions(+), 184 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 5ed2fa4768f x86: Update gcc.target/i386/apx-interrupt-1.c
new 99835bd68e5 OpenMP: omp.h omp::allocator C++ Allocator interface
new 727f330f9ac c: Fully fold each parameter for call to .ACCESS_WITH_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:
gcc/c/c-typeck.cc | 8 +-
gcc/testsuite/gcc.dg/pr119717.c | 24 +++++
libgomp/omp.h.in | 132 +++++++++++++++++++++++
libgomp/testsuite/libgomp.c++/allocator-1.C | 158 ++++++++++++++++++++++++++++
libgomp/testsuite/libgomp.c++/allocator-2.C | 132 +++++++++++++++++++++++
5 files changed, 452 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr119717.c
create mode 100644 libgomp/testsuite/libgomp.c++/allocator-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/allocator-2.C
--
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 releases/gcc-14
in repository gcc.
from 3dc43f7f439 c++: wrong targs in satisfaction diagnostic context line [PR99214]
new 5f6285f2918 discriminators: Fix assigning discriminators on edge [PR113546]
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/testsuite/c-c++-common/torture/pr113546-1.c | 8 ++++++++
gcc/tree-cfg.cc | 13 ++++++-------
2 files changed, 14 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr113546-1.c
--
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 d91aab4dd68 Docs: Address -fivopts, -O0, and -Q confusion [PR71094]
new 5ed2fa4768f x86: Update gcc.target/i386/apx-interrupt-1.c
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/testsuite/gcc.target/i386/apx-interrupt-1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 7f56a8e8ad1 configure, Darwin: Recognise new naming for Xcode ld.
new 628aecb050b c++: constexpr, trivial, and non-alias target [PR111075]
new d91aab4dd68 Docs: Address -fivopts, -O0, and -Q confusion [PR71094]
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/cp/constexpr.cc | 3 +++
gcc/doc/invoke.texi | 9 +++++++++
2 files changed, 12 insertions(+)
--
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 glibc.
from c968fe5062 malloc: Use tailcalls in __libc_free
new 0e1aa5db73 aarch64: Add back non-temporal load/stores from oryon-1's memcpy
new ceeffd970c aarch64: Add back non-temporal load/stores from oryon-1's memset
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:
sysdeps/aarch64/multiarch/memcpy_oryon1.S | 40 +++++++++++++++++++++++++++++++
sysdeps/aarch64/multiarch/memset_oryon1.S | 26 ++++++++++++++++++++
2 files changed, 66 insertions(+)
--
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 5621b3b5c9e Regenerate common.opt.urls
new 9cf6b52d04d includes, Darwin: Handle modular use for macOS SDKs [PR116827].
new 7f56a8e8ad1 configure, Darwin: Recognise new naming for Xcode ld.
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/configure | 7 ++++---
gcc/configure.ac | 7 ++++---
gcc/ginclude/stddef.h | 15 +++++++++++++++
3 files changed, 23 insertions(+), 6 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 248e228fecd cobol/119302 - transform gcobol.3 name during install, inst [...]
new 5621b3b5c9e Regenerate common.opt.urls
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/common.opt.urls | 3 +++
1 file changed, 3 insertions(+)
--
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 e2011ab13de Set ADDSS cost to 3 for znver5
new 4a01869b963 Set znver5 issue rate to 4.
new 248e228fecd cobol/119302 - transform gcobol.3 name during install, inst [...]
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/cobol/Make-lang.in | 7 ++++---
gcc/config/i386/x86-tune-sched.cc | 15 ++++++++-------
2 files changed, 12 insertions(+), 10 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 newlib.
from 37c49decc Cygwin: open: only fix up cached DOS file attributes for on-d [...]
new f36442cd5 newlib: riscv: Remove unnecessary byte load/store for stpcpy( [...]
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:
newlib/libc/machine/riscv/rv_string.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.