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 d4d63be9e95 Daily bump.
new b65f4fe1099 Ada: Fix thinko in Eigensystem for complex Hermitian matrices
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/ada/libgnat/a-ngcoar.adb | 42 +++++++++++-----------
gcc/ada/libgnat/a-ngrear.adb | 85 ++++++++++++++++++++++++--------------------
2 files changed, 66 insertions(+), 61 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 370f05455e1 Daily bump.
new 2b9a842b820 vect: Relax scan-tree-dump strict pattern matching [PR118597]
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/vect-fncall-mask.c | 8 +++-----
1 file changed, 3 insertions(+), 5 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 affdef57a45 libstdc++: Check feature test macro for std::string_view in [...]
new 42d6a4a985a Ada: Fix thinko in Eigensystem for complex Hermitian matrices
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/ada/libgnat/a-ngcoar.adb | 42 +++++++++++-----------
gcc/ada/libgnat/a-ngrear.adb | 85 ++++++++++++++++++++++++--------------------
2 files changed, 66 insertions(+), 61 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 4b884f3d633 libstdc++: Fix whitespace in std::basic_string::_M_construct<bool>
new affdef57a45 libstdc++: Check feature test macro for std::string_view 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:
libstdc++-v3/include/bits/basic_string.h | 39 ++++++++++++++++----------------
libstdc++-v3/include/bits/cow_string.h | 30 ++++++++++++------------
2 files changed, 35 insertions(+), 34 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 08e803aa9be tailc: Use the IPA-VRP tail call hack even for pointers [PR119614]
new 6b7e447503d libstdc++: allow defining version FTMs without standard-nam [...]
new 4b884f3d633 libstdc++: Fix whitespace in std::basic_string::_M_construct<bool>
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:
libstdc++-v3/include/bits/basic_string.tcc | 4 ++--
libstdc++-v3/include/bits/version.def | 4 +++-
libstdc++-v3/include/bits/version.tpl | 6 ++++--
3 files changed, 9 insertions(+), 5 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 c619da1a22f Make gdb/guile codespell-clean
new 2fb3d389d83 binutils: properly split objcopy and strip
new 25a0668a95e binutils: properly split ar and ranlib
new cc0693d3946 ar/objcopy: harmonize .exe suffix stripping
new 43ea7d00a76 objcopy: constrain --section-alignment to PE binaries again
new 379535a2e6e binutils: run objcopy set-section-alignment also for COFF
new 4fa9476ad23 objcopy: also check --file-alignment option argument
The 6 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/Makefile.am | 10 ++--
binutils/Makefile.in | 28 +++++------
binutils/ar.c | 21 +++++---
binutils/doc/binutils.texi | 3 --
binutils/is-ranlib.c | 5 +-
binutils/is-strip.c | 6 +--
binutils/not-ranlib.c | 5 +-
binutils/not-strip.c | 6 +--
binutils/objcopy.c | 56 ++++++----------------
binutils/testsuite/binutils-all/objcopy.exp | 1 -
.../testsuite/binutils-all/section-alignment.d | 9 ----
.../testsuite/binutils-all/set-section-alignment.d | 4 +-
12 files changed, 58 insertions(+), 96 deletions(-)
delete mode 100644 binutils/testsuite/binutils-all/section-alignment.d
--
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 89b56e903e3 Daily bump.
new 08e803aa9be tailc: Use the IPA-VRP tail call hack even for pointers [PR119614]
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/pr119614-1.c | 28 ++++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/pr119614-2.c | 28 ++++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/pr119614-3.c | 28 ++++++++++++++++++++++++++++
gcc/tree-tailcall.cc | 4 +++-
4 files changed, 87 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/pr119614-1.c
create mode 100644 gcc/testsuite/c-c++-common/pr119614-2.c
create mode 100644 gcc/testsuite/c-c++-common/pr119614-3.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 533238630 Add entry 7f163bd2106f96e2925e9bb3e0e545cfae7ba1af from https [...]
new c755e5978 Add entry 7f163bd2106f96e2925e9bb3e0e545cfae7ba1af 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 ++
.../master-aarch64/details.txt} | 64 +++++++++++++++++++---
.../master-aarch64/reproduction_instructions.txt} | 27 +++++----
.../master-aarch64}/status-summary.txt | 0
.../{master-arm => master-aarch64}/status.txt | 6 +-
.../tcwg_gnu_native_check_glibc/status.txt | 4 ++
8 files changed, 88 insertions(+), 25 deletions(-)
copy glibc/sha1/{77261698b4e938020a1b2032709a54d942ba330f/tcwg_gnu_native_check_gl [...]
copy glibc/sha1/{28d102d15c6af7f80cb1077e098e020476d26d00/tcwg_gnu_native_check_gl [...]
copy {llvm/sha1/3295970d846b0d820b863f9eeac559b80239297e => glibc/sha1/7f163bd2106 [...]
copy glibc/sha1/7f163bd2106f96e2925e9bb3e0e545cfae7ba1af/tcwg_gnu_native_check_gli [...]
--
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 f368f5b65 Add entry 3295970d846b0d820b863f9eeac559b80239297e from https [...]
new 533238630 Add entry 7f163bd2106f96e2925e9bb3e0e545cfae7ba1af 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_glibc/master-aarch64/build_url | 2 +-
.../{master-arm => master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {gcc/sha1/5ab3f091b3eb42795340d3c9cea8aaec2060693c => glibc/sha1/7f163bd2106f [...]
copy glibc/sha1/7f163bd2106f96e2925e9bb3e0e545cfae7ba1af/tcwg_gnu_native_check_gli [...]
--
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 linux.
from 06a22366d6a1 Merge tag 'v6.15rc-part2-ksmbd-server-fixes' of git://git. [...]
new d1ca8698ca13 spufs: fix a leak on spufs_new_file() failure
new c134deabf478 spufs: fix gang directory lifetimes
new 0f5cce3fc55b spufs: fix a leak in spufs_create_context()
new bdb43af4fdb3 qibfs: fix _another_ leak
new 00cdfdcfa080 hypfs_create_cpu_files(): add missing check for hypfs_mkdi [...]
new e48e99b6edf4 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 6 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:
arch/powerpc/platforms/cell/spufs/gang.c | 1 +
arch/powerpc/platforms/cell/spufs/inode.c | 63 ++++++++++++++++++++++++++-----
arch/powerpc/platforms/cell/spufs/spufs.h | 2 +
arch/s390/hypfs/hypfs_diag_fs.c | 2 +
drivers/infiniband/hw/qib/qib_fs.c | 1 +
5 files changed, 59 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.