This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 42630fadbe2 i386: Fix up split_double_concat [PR109109]
new 71b33f8fb8d c++: -Wreturn-type with if (true) throw [PR107310]
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/cp-gimplify.cc | 6 ++++++
gcc/testsuite/c-c++-common/Wimplicit-fallthrough-39.c | 4 ++--
gcc/testsuite/g++.dg/warn/Wreturn-6.C | 16 ++++++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wreturn-6.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 423d34f61c4 d: Fix undefined reference to lambda defined in private enu [...]
new 42630fadbe2 i386: Fix up split_double_concat [PR109109]
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/i386/i386-expand.cc | 17 ++-
gcc/testsuite/gcc.target/i386/pr109109-1.c | 139 +++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr109109-2.c | 175 +++++++++++++++++++++++++++++
3 files changed, 328 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr109109-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr109109-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 master
in repository linux.
from fc89d7fb499b Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new 5d89176af1ae sched/doc: supplement CPU capacity with RISC-V
new 74596085796f docs: Correct missing "d_" prefix for dentry_operations me [...]
new 38484a1d0c50 docs: programming-language: remove mention of the Intel compiler
new 0b02076f9953 docs: programming-language: add Rust programming language section
new a414684e3b73 docs: rebasing-and-merging: Drop wrong statement about git
new 3b80a03d4551 docs/mm: Physical Memory: fix a reference to a file that d [...]
new 87eae2609955 docs/mm: hugetlbfs_reserv: fix a reference to a file that [...]
new 42da2c00b914 docs: process: typo fix
new d7ba3657d516 docs: vfio: fix header path
new 4979bf866825 Merge tag 'docs-6.3-fixes' of git://git.lwn.net/linux
The 10 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:
Documentation/driver-api/vfio.rst | 2 +-
Documentation/filesystems/vfs.rst | 2 +-
Documentation/maintainer/rebasing-and-merging.rst | 6 +-----
Documentation/mm/hugetlbfs_reserv.rst | 8 ++++----
Documentation/mm/physical_memory.rst | 2 +-
Documentation/process/programming-language.rst | 24 ++++++++++++++++------
Documentation/process/submitting-patches.rst | 2 +-
Documentation/scheduler/sched-capacity.rst | 2 +-
.../translations/zh_CN/mm/hugetlbfs_reserv.rst | 3 ++-
.../zh_CN/scheduler/sched-capacity.rst | 2 +-
10 files changed, 31 insertions(+), 22 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 2d4728e606 Update printf %b/%B C2x support
new 9e2ff880f3 Declare wcstofN, wcstofNx for C2x
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:
wcsmbs/wchar.h | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 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 1526ecd739f ipa-cp: Improve updating behavior when profile counts have [...]
new 423d34f61c4 d: Fix undefined reference to lambda defined in private enu [...]
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/d/decl.cc | 41 ++++++++-----------------
gcc/testsuite/gdc.dg/torture/imports/pr109108.d | 11 +++++++
gcc/testsuite/gdc.dg/torture/pr109108.d | 10 ++++++
3 files changed, 34 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/imports/pr109108.d
create mode 100644 gcc/testsuite/gdc.dg/torture/pr109108.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 4bcc3b5cc87 i386: Use movss to implement V2SImode VEC_PERM.
new 68ba253bda7 ipa-cp: Fix various issues in update_specialized_profile (P [...]
new 1526ecd739f ipa-cp: Improve updating behavior when profile counts have [...]
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/ipa-cp.cc | 39 ++++++++++++++++++++++++++++-----------
1 file changed, 28 insertions(+), 11 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 7f22d1c83e7 testsuite: Fix up g++.dg/cpp2a/concepts-lambda3.C [PR108972]
new 4bcc3b5cc87 i386: Use movss to implement V2SImode VEC_PERM.
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/i386/i386-expand.cc | 8 +++-----
gcc/config/i386/mmx.md | 10 +++++-----
2 files changed, 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
from 7df69e5e5e4 64: onsuccess: #4: 23519: Success after binutils/llvm/linux [...]
new ebf5f5149e6 65: onsuccess: #5: all: Success after binutils/llvm/linux/q [...]
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:
01-reset_artifacts/console.log.xz | Bin 1772 -> 1780 bytes
02-prepare_abe/console.log.xz | Bin 2784 -> 2800 bytes
03-build_abe-binutils/console.log.xz | Bin 31304 -> 31176 bytes
04-build_kernel_llvm/console.log.xz | Bin 66668 -> 67192 bytes
05-build_abe-qemu/console.log.xz | Bin 32480 -> 32044 bytes
06-build_linux/console.log.xz | Bin 4532 -> 3492 bytes
07-boot_linux/console.log.xz | Bin 0 -> 504 bytes
08-check_regression/console.log.xz | Bin 4312 -> 4208 bytes
08-check_regression/mail-body.txt | 4 +++-
09-update_baseline/console.log | 9 +++++++++
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 6 ++++--
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
results | 4 +++-
20 files changed, 42 insertions(+), 27 deletions(-)
create mode 100644 07-boot_linux/console.log.xz
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.