This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from feafff04942 Daily bump.
new f6d7ff47967 RISC-V: Add vxsat as a register
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/riscv/riscv.h | 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 8e60ff82b8e RISC-V: Removed privileged spec 1.9.1 support in assembler.
new 6ccf769a179 [gdb/testsuite] Add missing include in gdb.base/rtld-step.exp
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/testsuite/gdb.base/rtld-step.exp | 5 ++++-
1 file changed, 4 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 linux.
from 4076fa161217 Merge tag '9p-fixes-for-6.9-rc1' of git://git.kernel.org/p [...]
new a97b59ed7968 erofs: drop experimental warning for FSDAX
new 7557d296ad43 MAINTAINERS: erofs: add myself as reviewer
new 8d025e2092e2 Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.or [...]
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:
MAINTAINERS | 1 +
fs/erofs/super.c | 1 -
2 files 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 ff87ff7dc92 Automatic date update in version.in
new 8e60ff82b8e RISC-V: Removed privileged spec 1.9.1 support in assembler.
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:
gas/NEWS | 3 +
gas/config/tc-riscv.c | 5 +-
gas/testsuite/gas/riscv/attribute-05.d | 3 +-
gas/testsuite/gas/riscv/attribute-05.s | 4 +-
gas/testsuite/gas/riscv/attribute-12.d | 5 +-
gas/testsuite/gas/riscv/attribute-13.d | 2 +-
gas/testsuite/gas/riscv/csr-dw-regnums.d | 13 -
gas/testsuite/gas/riscv/csr-dw-regnums.s | 13 -
gas/testsuite/gas/riscv/csr-version-1p10.d | 26 -
gas/testsuite/gas/riscv/csr-version-1p10.l | 52 -
gas/testsuite/gas/riscv/csr-version-1p11.d | 26 -
gas/testsuite/gas/riscv/csr-version-1p11.l | 52 -
gas/testsuite/gas/riscv/csr-version-1p12.d | 26 -
gas/testsuite/gas/riscv/csr-version-1p12.l | 52 -
gas/testsuite/gas/riscv/csr-version-1p9p1.d | 897 -----------
gas/testsuite/gas/riscv/csr-version-1p9p1.l | 1683 --------------------
gas/testsuite/gas/riscv/csr.s | 33 +-
include/opcode/riscv-opc.h | 389 +++--
.../ld-riscv-elf/attr-merge-priv-spec-01.d | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-02.d | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-03.d | 3 +-
ld/testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s | 3 +-
ld/testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-failed-01.d | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-failed-02.d | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-failed-03.d | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-failed-04.d | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-failed-05.d | 3 +-
.../ld-riscv-elf/attr-merge-priv-spec-failed-06.d | 3 +-
29 files changed, 218 insertions(+), 3099 deletions(-)
delete mode 100644 gas/testsuite/gas/riscv/csr-version-1p9p1.d
delete mode 100644 gas/testsuite/gas/riscv/csr-version-1p9p1.l
--
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 86b80b04916 asan: Handle poly-int sizes in ASAN_MARK [PR97696]
new 06454be4e4c Daily bump.
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/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 17 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 releases/gcc-12
in repository gcc.
from 51e1629bc11 asan: Handle poly-int sizes in ASAN_MARK [PR97696]
new 95e8d6e6e92 Daily bump.
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/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 17 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 releases/gcc-11
in repository gcc.
from d98467091bf asan: Handle poly-int sizes in ASAN_MARK [PR97696]
new c7e5c857e67 Daily bump.
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/ChangeLog | 24 ++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 33 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 bd8a3eecc4e compiler: use correct size and comparison in index value ov [...]
new feafff04942 Daily bump.
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/ChangeLog | 29 +++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 10 ++++++++++
gcc/c-family/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 37 +++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 32 ++++++++++++++++++++++++++++++++
6 files changed, 116 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.