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 67a70ad3c Add entry 22836ca88591ac7efacf06d5b6db191763fd8aba from https [...]
new 7e2bbeb5d Add entry c3aa339ea50f050caf7ed2e497f5499ec2d7b9cc 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_bootstrap_check/master-arm-check_bootstrap/build_url | 2 +-
.../master-arm-check_bootstrap}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{01fe115ba7eafebcf97bbac9e157038a003d0c85 => c3aa339ea50f050caf7ed2e [...]
copy gcc/sha1/c3aa339ea50f050caf7ed2e497f5499ec2d7b9cc/{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 master
in repository linux.
from 12cc3d5389f3 Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm [...]
new a19ce320c379 power: sequencing: fix an invalid pointer dereference in e [...]
new ed70aaac7c35 Kconfig: reduce the amount of power sequencing noise
new 1a8c67a8b21e arm64: qcom: don't select HAVE_PWRCTL when PCI=n
new 9c67f9084af3 Merge tag 'pwrseq-fixes-for-v6.11-rc1' of git://git.kernel [...]
new 5c28424e9a34 syscalls: Fix to add sys_uretprobe to syscall.tbl
new 33cf09877093 Merge tag 'probes-fixes-v6.11-pre-rc' of git://git.kernel. [...]
new c3ece6b7ffb4 btrfs: change BTRFS_MOUNT_* flags to 64bit type
new 53a5182c8a68 Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/l [...]
The 8 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/arm64/Kconfig.platforms | 1 +
drivers/net/wireless/ath/ath11k/Kconfig | 1 +
drivers/net/wireless/ath/ath12k/Kconfig | 1 +
drivers/pci/pwrctl/Kconfig | 11 ++----
drivers/power/sequencing/core.c | 3 +-
fs/btrfs/fs.h | 66 ++++++++++++++++-----------------
fs/btrfs/super.c | 11 +++---
fs/btrfs/super.h | 3 +-
fs/btrfs/zoned.c | 3 +-
fs/btrfs/zoned.h | 5 ++-
scripts/syscall.tbl | 1 +
11 files changed, 55 insertions(+), 51 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 5034af8223c Fortran: Auto array allocation with function dependencies [ [...]
new d15664f71c1 Fortran: Fix wrong code in unlimited polymorphic assignment [...]
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/fortran/trans-array.cc | 5 ++
gcc/fortran/trans-expr.cc | 34 ++++++++------
gcc/fortran/trans-stmt.cc | 40 ++++++++++++++++
gcc/testsuite/gfortran.dg/pr113363.f90 | 86 ++++++++++++++++++++++++++++++++++
4 files changed, 151 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr113363.f90
--
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 devel/omp/gcc-14
in repository gcc.
from 0fb5d87ab56 Merge commit '43b730b9134af60a8f1c5b107d625f7127ff23c5' int [...]
new 2432a022ad8 GCN: Honor OpenMP 5.1 'num_teams' lower bound
new b2de4da9295 libgomp: Document 'GOMP_teams4'
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:
libgomp/ChangeLog.omp | 17 +++++++++++++++++
libgomp/config/gcn/libgomp-gcn.h | 9 +++++----
libgomp/config/gcn/target.c | 37 ++++++++++++++++++++++++++++---------
libgomp/config/gcn/team.c | 3 +++
libgomp/config/gcn/teams.c | 5 +++--
libgomp/config/nvptx/target.c | 8 ++++++++
libgomp/target.c | 9 +++++++++
7 files changed, 73 insertions(+), 15 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 6b7e2e1d61 linux: Also check pkey_get for ENOSYS on tst-pkey (BZ 31996)
new 4f047d9ede elf: Fix localplt.awk for DT_RELR-enabled builds (BZ 31978)
new ab5748118f linux: Trivial test output fix in tst-pkey
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:
scripts/localplt.awk | 16 +++++++++++++++-
sysdeps/unix/sysv/linux/tst-pkey.c | 2 +-
2 files changed, 16 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 releases/gcc-14
in repository gcc.
from 1205104bbef rs6000: Fix .machine cpu selection w/ altivec [PR97367]
new 5034af8223c Fortran: Auto array allocation with function dependencies [ [...]
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/fortran/dependency.cc | 82 +++++++++++++++++++++++
gcc/fortran/dependency.h | 4 +-
gcc/fortran/error.cc | 2 +-
gcc/fortran/gfortran.h | 6 +-
gcc/fortran/symbol.cc | 10 ---
gcc/fortran/trans-array.cc | 15 ++++-
gcc/fortran/trans-decl.cc | 51 ++++++++++++--
gcc/fortran/trans.cc | 5 +-
gcc/fortran/trans.h | 3 +-
gcc/testsuite/gfortran.dg/dependent_decls_2.f90 | 89 +++++++++++++++++++++++++
10 files changed, 238 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dependent_decls_2.f90
--
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 release/2.39/master
in repository glibc.
from e8f5217097 Linux: Make __rseq_size useful for feature detection (bug 31965)
new f6a75fddf4 Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP defines [ [...]
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:
malloc/memusage.c | 2 +-
stdlib/tst-swapcontext2.c | 4 ++--
sysdeps/unix/sysv/linux/____longjmp_chk.c | 2 +-
3 files changed, 4 insertions(+), 4 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 e0f7da7235 powerpc: Update soft-fp ulps
new 6b7e2e1d61 linux: Also check pkey_get for ENOSYS on tst-pkey (BZ 31996)
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/tst-pkey.c | 8 +++++++-
1 file changed, 7 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 93216ec4f Add entry 22836ca88591ac7efacf06d5b6db191763fd8aba from https [...]
new 67a70ad3c Add entry 22836ca88591ac7efacf06d5b6db191763fd8aba 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_gdb_check/master-aarch64/details.txt | 41 ++++++++++++++++++++++
.../reproduction_instructions.txt | 4 +--
.../master-aarch64}/status-summary.txt | 0
.../tcwg_gdb_check/master-aarch64/status.txt | 4 +--
.../tcwg_gdb_check/status.txt | 4 +++
8 files changed, 61 insertions(+), 4 deletions(-)
create mode 100644 gdb/sha1/22836ca88591ac7efacf06d5b6db191763fd8aba/tcwg_gdb_chec [...]
copy gdb/sha1/22836ca88591ac7efacf06d5b6db191763fd8aba/tcwg_gdb_check/{master-arm [...]
copy {gcc/sha1/0adc8c5f146b108f99c4df09e43276e3a2419262 => gdb/sha1/22836ca88591ac [...]
copy gdb/sha1/{05e1cac2496f842f70744dc5210fb3072ef32f3a => 22836ca88591ac7efacf06d [...]
--
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 b39807cc93b MIPS/opcodes: Replace "y" microMIPS operand code with "x"
new c5c3b90970f gdb-gdb.py: strip typedefs in intrusive_list printer assertion
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/gdb-gdb.py.in | 2 +-
gdb/testsuite/gdb.gdb/python-helper.exp | 15 +++++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.