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 387e49def64 [gdb/contrib] Support gdb in codespell section of setup.cfg
new 76f6d11efb7 gdb: move addrmap::relocate method to addrmap_fixed
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/addrmap.c | 12 +-----------
gdb/addrmap.h | 8 ++------
2 files changed, 3 insertions(+), 17 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 binutils-gdb.
from bbfa90724d2 Update cooked_index comment
new 387e49def64 [gdb/contrib] Support gdb in codespell section of setup.cfg
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/contrib/setup.cfg | 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 6c3458a8b7e PR32829, SEGV on objdump function debug_type_samep
new 115421b8507 Rename cooked-index-storage.[ch]
new 32c5beae951 Rename cooked_index_storage
new 5021c5bbf8e Make language_requires_canonicalization 'static'
new 5bc2273db46 Move cooked_index_entry to new files
new 3351f741c8d Move cooked_index_shard to new files
new 5703a5019ca Change includes in cooked-index-worker.h
new 51b14215942 Move cooked_index_worker to cooked-index-worker.[ch]
new 23ad2598a6b Update comments from moved methods
new d33f7cc36e7 Add addrmap_mutable::clear
new 2dc660bd2b2 Remove cooked_index_worker::result_type
new 34a286acdc3 Add cooked_index_worker::done_reading
new bbfa90724d2 Update cooked_index comment
The 12 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/Makefile.in | 8 +-
gdb/addrmap.c | 69 ++--
gdb/addrmap.h | 21 +-
gdb/dwarf2/abbrev-table-cache.h | 3 +
gdb/dwarf2/cooked-index-entry.c | 242 ++++++++++++++
gdb/dwarf2/cooked-index-entry.h | 258 +++++++++++++++
gdb/dwarf2/cooked-index-shard.c | 331 +++++++++++++++++++
gdb/dwarf2/cooked-index-shard.h | 134 ++++++++
gdb/dwarf2/cooked-index-storage.c | 84 -----
gdb/dwarf2/cooked-index-storage.h | 131 --------
gdb/dwarf2/cooked-index-worker.c | 265 +++++++++++++++
gdb/dwarf2/cooked-index-worker.h | 290 ++++++++++++++++
gdb/dwarf2/cooked-index.c | 678 +-------------------------------------
gdb/dwarf2/cooked-index.h | 484 +--------------------------
gdb/dwarf2/cooked-indexer.c | 4 +-
gdb/dwarf2/cooked-indexer.h | 6 +-
gdb/dwarf2/read-debug-names.c | 69 ++--
gdb/dwarf2/read.c | 56 ++--
18 files changed, 1662 insertions(+), 1471 deletions(-)
create mode 100644 gdb/dwarf2/cooked-index-entry.c
create mode 100644 gdb/dwarf2/cooked-index-entry.h
create mode 100644 gdb/dwarf2/cooked-index-shard.c
create mode 100644 gdb/dwarf2/cooked-index-shard.h
delete mode 100644 gdb/dwarf2/cooked-index-storage.c
delete mode 100644 gdb/dwarf2/cooked-index-storage.h
create mode 100644 gdb/dwarf2/cooked-index-worker.c
create mode 100644 gdb/dwarf2/cooked-index-worker.h
--
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 30d7bca6c2a libstdc++: Avoid bogus -Walloc-size-larger-than warning in [...]
new 28c10781fd2 Fix a pasto in ao_compare::compare_ao_refs
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/tree-ssa-alias.cc | 3 ++-
1 file changed, 2 insertions(+), 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 e9803f10c9f c++: fix missing lifetime extension [PR119383]
new d0cc14c62ad tree-optimization/119534 - reject bogus emulated vectorized gather
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.dg/vect/pr119534.c | 11 +++++++++++
gcc/tree-vect-stmts.cc | 1 +
2 files changed, 12 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr119534.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 binutils-gdb.
from 71320db6509 binutils/testsuite: don't tail the same input and output file
new b63e824775e Check gnatmake version in gnat_version_compare
new 8c78862afb2 Formatting fixes for elf-attrs.c
new 7bc46c99783 ubsan: nds32 undefined shift
new 6c3458a8b7e PR32829, SEGV on objdump function debug_type_samep
The 4 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/elf-attrs.c | 38 +++++++++++++++++++-------------------
bfd/elf32-nds32.c | 4 ++--
binutils/debug.c | 9 +++------
gdb/testsuite/lib/ada.exp | 10 +++++++---
4 files changed, 31 insertions(+), 30 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 glibc.
from c6e2895695 x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
new 7f163bd210 Update syscall lists for Linux 6.14
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:
sysdeps/unix/sysv/linux/syscall-names.list | 4 ++--
1 file changed, 2 insertions(+), 2 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 182d891e13c Doc: -Wzero-as-null-pointer-constant is also available for [...]
new e9803f10c9f c++: fix missing lifetime extension [PR119383]
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/cp/call.cc | 9 +++++----
gcc/cp/cp-tree.h | 1 +
gcc/cp/cvt.cc | 13 +++++++++++++
gcc/cp/typeck.cc | 10 ++++------
gcc/testsuite/g++.dg/cpp0x/temp-extend3.C | 32 +++++++++++++++++++++++++++++++
5 files changed, 55 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/temp-extend3.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 b8de7704428 profile: Another profiling musttail call fix [PR119535]
new 182d891e13c Doc: -Wzero-as-null-pointer-constant is also available for [...]
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/doc/invoke.texi | 13 +++++++------
1 file changed, 7 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 releases/gcc-14
in repository gcc.
from 5312a8f62a6 ipa: Do not modify cgraph edges from thunk clones during in [...]
new 30d7bca6c2a libstdc++: Avoid bogus -Walloc-size-larger-than warning in [...]
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:
.../20_util/specialized_algorithms/uninitialized_move/constrained.cc | 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 2f58d8ac039 GCN: Don't emit weak undefined symbols [PR119369]
new a6c2248cfd4 gimple-low: Diagnose assume attr expressions defining label [...]
new 02409a14594 tailr: Punt on tail recursions that would break musttail [P [...]
new b8de7704428 profile: Another profiling musttail call fix [PR119535]
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/gimple-low.cc | 43 +++++++++++++++++++++++++++++++++
gcc/gimplify.cc | 25 +++++++++++++++++--
gcc/profile.cc | 5 ++--
gcc/testsuite/c-c++-common/pr119535.c | 31 ++++++++++++++++++++++++
gcc/testsuite/c-c++-common/pr119537-1.c | 23 ++++++++++++++++++
gcc/testsuite/c-c++-common/pr119537-2.c | 23 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr119493-2.c | 22 +++++++++++++++++
gcc/tree-tailcall.cc | 32 ++++++++++++++++++++++++
8 files changed, 199 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/pr119535.c
create mode 100644 gcc/testsuite/c-c++-common/pr119537-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr119537-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr119493-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 b37d9e53812 libstdc++: Add ranges::range_common_reference_t for C++20 ( [...]
new 5312a8f62a6 ipa: Do not modify cgraph edges from thunk clones during in [...]
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/cgraph.cc | 7 +++++--
gcc/testsuite/g++.dg/ipa/pr116572.C | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr116572.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 c32e22f8a8d Daily bump.
new 5eb93522a66 libstdc++: Add testcase for std::filesystem::copy [PR118699]
new 6f93995b8db libstdc++: Add static_assert to std::packaged_task::package [...]
new f9ff3cd95c9 libstdc++: Check feature test macro for associative contain [...]
new b37d9e53812 libstdc++: Add ranges::range_common_reference_t for C++20 ( [...]
The 4 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:
libstdc++-v3/include/bits/ranges_base.h | 6 ++++
libstdc++-v3/include/bits/stl_map.h | 4 +--
libstdc++-v3/include/bits/stl_multimap.h | 4 +--
libstdc++-v3/include/bits/stl_multiset.h | 4 +--
libstdc++-v3/include/bits/stl_set.h | 4 +--
libstdc++-v3/include/bits/stl_tree.h | 8 ++---
libstdc++-v3/include/std/future | 9 ++++-
.../testsuite/27_io/filesystem/operations/copy.cc | 18 ++++++++++
.../30_threads/packaged_task/cons/dangling_ref.cc | 1 +
.../30_threads/packaged_task/cons/lwg4154_neg.cc | 38 ++++++++++++++++++++++
libstdc++-v3/testsuite/std/ranges/range.cc | 6 ++++
11 files changed, 89 insertions(+), 13 deletions(-)
create mode 100644 libstdc++-v3/testsuite/30_threads/packaged_task/cons/lwg4154_neg.cc
--
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 ae2912748b9 target/119549 - fixup handling of -mno-sse4 in target attribute
new 816335960d0 GCN, libstdc++: '#define _GLIBCXX_USE_WEAK_REF 0' [PR119369]
new 2f58d8ac039 GCN: Don't emit weak undefined symbols [PR119369]
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/config/gcn/gcn-hsa.h | 4 ++++
gcc/config/gcn/gcn-protos.h | 2 ++
gcc/config/gcn/gcn.cc | 14 +++++++++++++
gcc/testsuite/g++.dg/abi/pure-virtual1.C | 1 +
gcc/testsuite/g++.dg/cpp0x/pr84497.C | 1 +
gcc/testsuite/g++.dg/ext/weak2.C | 1 +
gcc/testsuite/gcc.dg/attr-weakref-1.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-1.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-12.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-15.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-16.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-2.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-3.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-4.c | 1 +
gcc/testsuite/gcc.dg/weak/weak-5.c | 1 +
.../config/cpu/{nvptx => gcn}/cpu_defines.h | 23 ++++++++++++++++++++--
libstdc++-v3/configure.host | 3 +++
17 files changed, 56 insertions(+), 2 deletions(-)
copy libstdc++-v3/config/cpu/{nvptx => gcn}/cpu_defines.h (50%)
--
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 75a049483c9 libquadmath: Avoid old-style function definition warnings
new de92ac6f11e OpenMP: Reorder diagnostic in modify_call_for_omp_dispatch [...]
new ae2912748b9 target/119549 - fixup handling of -mno-sse4 in target attribute
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/common/config/i386/i386-common.cc | 2 ++
gcc/config/i386/i386-options.cc | 7 +++++++
gcc/gimplify.cc | 36 ++++++++++++++------------------
gcc/testsuite/gcc.target/i386/pr119549.c | 15 +++++++++++++
4 files changed, 40 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr119549.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 binutils-gdb.
from 6f80c86ca88 Automatic date update in version.in
new c27e4f5273c binutils/testsuite: move objdump test output into tmpdir
new 71320db6509 binutils/testsuite: don't tail the same input and output file
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:
binutils/testsuite/binutils-all/compress.exp | 16 ++++++-------
binutils/testsuite/binutils-all/objdump.exp | 34 ++++++++++++++--------------
2 files changed, 25 insertions(+), 25 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 954708cf02a RISC-V: testsuite: Fix broken testsuite error of zicbop
new 75a049483c9 libquadmath: Avoid old-style function definition warnings
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:
libquadmath/printf/addmul_1.c | 7 ++-----
libquadmath/printf/mul_1.c | 7 ++-----
libquadmath/printf/submul_1.c | 7 ++-----
libquadmath/strtod/strtod_l.c | 5 +----
4 files changed, 7 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 2a7420908 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
new 4622bdb77 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df 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:
.../jira/description | 4 ++
.../jira/yaml | 4 ++
.../status.txt | 4 ++
.../tcwg_gcc_check/master-arm}/details.txt | 80 ++++++++++++++--------
.../master-arm/reproduction_instructions.txt} | 13 +++-
.../master-arm}/status-summary.txt | 0
.../{master-aarch64 => master-arm}/status.txt | 4 +-
.../tcwg_gcc_check/status.txt | 4 ++
8 files changed, 78 insertions(+), 35 deletions(-)
copy gcc/sha1/{e200f53a5556516ec831e6b7a34aaa0f10a4ab0a/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/{b12bc0bd59a344f9f6a9284ebdb2a7322fd7bcff/tcwg_gcc_check/master-arm/ [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/{ => tcwg_gcc_check/master- [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/tcwg_gcc_check/{master-aarc [...]
--
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 f40c91540 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
new 2a7420908 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df 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_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/{master-aarch64 => master-arm}/last_good | 0
2 files changed, 1 insertion(+)
create mode 100644 gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/tcwg_gcc_chec [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/tcwg_gcc_check/{master-aarc [...]
--
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-13
in repository gcc.
from 18b6bb59aaa Daily bump.
new 070296e6c31 aarch64: Use PAUTH instead of V8_3A in some places
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/config/aarch64/aarch64.cc | 6 +++---
gcc/config/aarch64/aarch64.md | 8 ++++----
2 files changed, 7 insertions(+), 7 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 releases/gcc-12
in repository gcc.
from 2b200f96b59 Daily bump.
new 0c66b2f14b5 aarch64: Use PAUTH instead of V8_3A in some places
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/config/aarch64/aarch64.cc | 6 +++---
gcc/config/aarch64/aarch64.md | 8 ++++----
2 files changed, 7 insertions(+), 7 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 123a82b61 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
new f40c91540 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df 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:
.../jira/description | 5 +
.../jira/yaml | 5 +
.../status.txt | 5 +
.../master-aarch64/details.txt | 197 ++++++++++-----------
.../master-aarch64/reproduction_instructions.txt} | 49 ++---
.../master-aarch64}/status-summary.txt | 0
.../master-aarch64/status.txt | 6 +-
.../status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/status.txt | 6 +-
9 files changed, 128 insertions(+), 145 deletions(-)
copy gcc/sha1/{20828a812822f3009c3fe8a15d3db9160819b7de => f3899e0fd3f9aa6b579a21e [...]
copy gcc/sha1/{ea8061f46a301797e7ba33b52e3b4713fb8e6b48/tcwg_gnu_native_check_gcc/ [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/{ => tcwg_gnu_native_check_ [...]
copy gcc/sha1/{113e902e842b9b6d038162dfa751c25377b594d3 => f3899e0fd3f9aa6b579a21e [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/{ => tcwg_gnu_native_check_ [...]
copy gcc/sha1/{4d2b9202fe94c54e63fb07d48293a78da3d82532 => f3899e0fd3f9aa6b579a21e [...]
--
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 62c732134 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df from https [...]
new 123a82b61 Add entry f3899e0fd3f9aa6b579a21e87b50c61ea5c448df 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_native_check_gcc/master-aarch64/build_url | 2 +-
.../master-aarch64/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {binutils/sha1/99b90c46110df304b9941dc1a2b38ec6a15774fc => gcc/sha1/f3899e0fd [...]
copy gcc/sha1/f3899e0fd3f9aa6b579a21e87b50c61ea5c448df/{tcwg_gcc_check => tcwg_gnu [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.