This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 561c64a1d Add entry ad30265ccfb211fca35789df2d1404cc12302219 from https [...]
new 46445e829 Add entry 0d0215b10dbbe39d655ceda4af283f288ec7680c from https [...]
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:
.../tcwg_gnu_cross_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => 0d0215b10dbbe39d655ceda [...]
copy gcc/sha1/0d0215b10dbbe39d655ceda4af283f288ec7680c/{tcwg_bootstrap_check/maste [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 10c858cec Add entry 0d0215b10dbbe39d655ceda4af283f288ec7680c from https [...]
new bdd8031b7 Add entry ad30265ccfb211fca35789df2d1404cc12302219 from https [...]
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:
.../first_url | 2 +-
.../tcwg_gcc_check/master-aarch64/build_url | 2 +-
.../tcwg_gcc_check/master-aarch64/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{20a3c74c347429c109bc7002285b735be83f6a0b => ad30265ccfb211fca35789d [...]
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => ad30265ccfb211fca35789d [...]
create mode 100644 gcc/sha1/ad30265ccfb211fca35789df2d1404cc12302219/tcwg_gcc_chec [...]
--
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 2f15787f2e1 c++: Implement C++26 P2573R2 - = delete("should have a reas [...]
new 5eb25d1561d libgomp: Add gfx90c, 1036 and 1103 declare variant tests
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:
...iant-4-gfx900.c => declare-variant-4-gfx1036.c} | 4 ++--
...iant-4-gfx900.c => declare-variant-4-gfx1103.c} | 4 ++--
...riant-4-gfx900.c => declare-variant-4-gfx90c.c} | 4 ++--
libgomp/testsuite/libgomp.c/declare-variant-4.h | 24 ++++++++++++++++++++++
4 files changed, 30 insertions(+), 6 deletions(-)
copy libgomp/testsuite/libgomp.c/{declare-variant-4-gfx900.c => declare-variant-4- [...]
copy libgomp/testsuite/libgomp.c/{declare-variant-4-gfx900.c => declare-variant-4- [...]
copy libgomp/testsuite/libgomp.c/{declare-variant-4-gfx900.c => declare-variant-4- [...]
--
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 91695ee459 time: Allow later version licensing.
new 552073e4b8 nscd: Typo inside comment in netgroup cache
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:
nscd/netgroupcache.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 binutils-gdb.
from 75d933919d8 Automatic date update in version.in
new 5ce0e02478c [gdb/symtab] Work around PR gas/29517, dwarf2 case
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:
gdb/dwarf2/read.c | 5 ++++-
.../gdb.dwarf2/dw2-unspecified-type-foo.c | 7 +++++++
gdb/testsuite/gdb.dwarf2/dw2-unspecified-type.c | 3 ++-
gdb/testsuite/gdb.dwarf2/dw2-unspecified-type.exp | 23 +++++++++++++++++++++-
4 files changed, 35 insertions(+), 3 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 c59708fba3f Make graph dumps use graphviz format
new 2f15787f2e1 c++: Implement C++26 P2573R2 - = delete("should have a reas [...]
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/c-family/c-cppbuiltin.cc | 1 +
gcc/cp/cp-tree.h | 5 +++-
gcc/cp/decl.cc | 13 ++++++---
gcc/cp/decl2.cc | 23 +++++++++++++---
gcc/cp/parser.cc | 21 +++++++++++++++
gcc/testsuite/g++.dg/cpp26/delete-reason1.C | 41 +++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp26/delete-reason2.C | 20 ++++++++++++++
gcc/testsuite/g++.dg/cpp26/feat-cxx26.C | 6 +++++
gcc/testsuite/g++.dg/parse/error65.C | 3 +--
9 files changed, 124 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/delete-reason1.C
create mode 100644 gcc/testsuite/g++.dg/cpp26/delete-reason2.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 66f49ccd409 s390: testsuite: Fix risbg-ll-2.c
new 5176402d6fd Remove live-info global bitmap
new c59708fba3f Make graph dumps use graphviz format
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/graphds.cc | 17 ++++++-----------
gcc/tree-ssa-live.cc | 13 +------------
gcc/tree-ssa-live.h | 13 -------------
3 files changed, 7 insertions(+), 36 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 bbe83599320 middle-end/114579 - speed up add_scope_conflicts
new 6c4a745c691 s390: testsuite: Fix zero_bits_compound-1.c
new 02917ac4528 c++: Don't emit unused GMF partial specializations [PR114630]
new 66f49ccd409 s390: testsuite: Fix risbg-ll-2.c
The 3 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/module.cc | 75 ++++++++++++++++++-----------
gcc/testsuite/g++.dg/modules/partial-3.C | 20 ++++++++
gcc/testsuite/gcc.dg/zero_bits_compound-1.c | 3 +-
gcc/testsuite/gcc.target/s390/risbg-ll-2.c | 2 +-
4 files changed, 69 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/partial-3.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.