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 7acd7d8d2a0 Ada: Fix thinko in Eigensystem for complex Hermitian matrices
new 26791789e75 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/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 12 ++++++++++++
2 files changed, 13 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 bfb1b0f8bb9 tree-optimization/114246 - invalid call argument from DSE
new b33dad2d3ef 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 | 83 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 12 +++++++
gcc/testsuite/ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++
4 files changed, 163 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 337b9ff4854 c++: Fix GC with TU_LOCAL_ENTITY [PR119564]
new 2f62e66e144 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 | 51 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 12 +++
gcc/cobol/ChangeLog | 18 ++++
gcc/cp/ChangeLog | 35 +++++++
gcc/po/ChangeLog | 4 +
gcc/testsuite/ChangeLog | 239 ++++++++++++++++++++++++++++++++++++++++++++++++
libcpp/ChangeLog | 10 ++
libgcobol/ChangeLog | 13 +++
libstdc++-v3/ChangeLog | 57 ++++++++++++
10 files changed, 440 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 binutils-gdb.
from 4fa9476ad23 objcopy: also check --file-alignment option argument
new c2f55040d34 Automatic date update in version.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:
bfd/version.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 binutils-2_44-branch
in repository binutils-gdb.
from a7a32387c07 Automatic date update in version.in
new 61530f19675 Automatic date update in version.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:
bfd/version.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 gdb-16-branch
in repository binutils-gdb.
from d195670d473 Automatic date update in version.in
new b61f17e6951 Automatic date update in version.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:
bfd/version.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 gcc.
from 6602fc076a8 cobol: Set compile-time and run-time signable_e bits the sa [...]
new f4a3ae1ef5e c++/modules: Propagate bits to DECL_MAYBE_DELETED dups [PR119462]
new b8e8829cfb7 c++/modules: Fix divergence in streaming/non-streaming tree [...]
new 337b9ff4854 c++: Fix GC with TU_LOCAL_ENTITY [PR119564]
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/cp/decl.cc | 7 ++--
gcc/cp/module.cc | 55 +++++++++++++++++++----------
gcc/testsuite/g++.dg/modules/gc-3_a.C | 7 ++++
gcc/testsuite/g++.dg/modules/gc-3_b.C | 4 +++
gcc/testsuite/g++.dg/modules/noexcept-3_a.C | 14 ++++++++
gcc/testsuite/g++.dg/modules/noexcept-3_b.C | 12 +++++++
gcc/testsuite/g++.dg/modules/noexcept-3_c.C | 11 ++++++
gcc/testsuite/g++.dg/modules/pr119608_a.C | 16 +++++++++
gcc/testsuite/g++.dg/modules/pr119608_b.C | 8 +++++
9 files changed, 112 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/modules/gc-3_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/gc-3_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/noexcept-3_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/noexcept-3_b.C
create mode 100644 gcc/testsuite/g++.dg/modules/noexcept-3_c.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr119608_a.C
create mode 100644 gcc/testsuite/g++.dg/modules/pr119608_b.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 db92d9e8249 Regenerate gcc.pot
new 6602fc076a8 cobol: Set compile-time and run-time signable_e bits the sa [...]
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/cobol/cobol1.cc | 19 -------------------
gcc/cobol/symbols.cc | 2 +-
2 files changed, 1 insertion(+), 20 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 linux.
from a52a3c18cdf3 Merge tag 'ntb-6.15' of https://github.com/jonmason/ntb
new 2510859475d7 cifs: fix integer overflow in match_server()
new be5d361e3083 cifs: remove unreachable code in cifs_get_tcp_session()
new a091d9711bde smb:client: smb: client: Add reverse mapping from tcon to [...]
new 287906b20035 smb: client: Store original IO parameters and prevent zero [...]
new 764da2fff399 smb: client: Update IO sizes after reconnection
new bf782ada459e cifs: Add a new xattr system.smb3_ntsd_sacl for getting or [...]
new b1a37df6ba2f cifs: Add a new xattr system.smb3_ntsd_owner for getting o [...]
new 7d14dd683b1b cifs: Allow to disable or force initialization of NetBIOS session
new 665e18794804 cifs: Improve handling of NetBIOS packets
new e94e882a6d69 cifs: Fix negotiate retry functionality
new 6aa9f1c9cd09 cifs: Fix access_flags_to_smbopen_mode
new 4236ac9fe5b8 cifs: Fix querying and creating MF symlinks over SMB1
new e255612b5ed9 cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES
new b07687edee99 cifs: Improve SMB2+ stat() to work also without FILE_READ_ [...]
new e97aec788954 cifs: Do not add FILE_READ_ATTRIBUTES when using GENERIC_R [...]
new f83e10a23305 cifs: Remove cifs_truncate_page() as it should be superfluous
new 28753e430454 cifs: Implement is_network_name_deleted for SMB1
new 827a1bd9af9d cifs: update internal version number
new 9f867ba24d36 Merge tag '6.15-rc-part2-smb3-client-fixes' of git://git.s [...]
The 19 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:
fs/smb/client/cifs_fs_sb.h | 1 +
fs/smb/client/cifsfs.h | 5 +-
fs/smb/client/cifsglob.h | 7 +-
fs/smb/client/cifssmb.c | 32 ++++++--
fs/smb/client/connect.c | 180 +++++++++++++++++++++++++++++++++++++++------
fs/smb/client/fs_context.c | 21 +++++-
fs/smb/client/fs_context.h | 5 ++
fs/smb/client/inode.c | 19 -----
fs/smb/client/link.c | 8 +-
fs/smb/client/misc.c | 2 +
fs/smb/client/smb1ops.c | 57 +++++++++++---
fs/smb/client/smb2file.c | 21 +++++-
fs/smb/client/smb2glob.h | 1 +
fs/smb/client/smb2inode.c | 67 ++++++++++++++++-
fs/smb/client/smb2ops.c | 32 ++++----
fs/smb/client/smb2pdu.c | 24 +++++-
fs/smb/client/transport.c | 3 +
fs/smb/client/xattr.c | 36 +++++++++
fs/smb/common/smb2pdu.h | 3 +
19 files changed, 438 insertions(+), 86 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 87b9eff41 Add entry df225ae29a147ae40bb44ba14ee979b67fd19c8e from https [...]
new 79fa85ecb Add entry df225ae29a147ae40bb44ba14ee979b67fd19c8e 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/summary | 2 +-
.../jira/yaml | 6 +-
.../status-summary.txt | 2 +-
.../status.txt | 4 +
.../master-arm_eabi/details.txt | 88 ++++++++++++++++------
.../master-arm_eabi/reproduction_instructions.txt | 4 +-
.../master-arm_eabi}/status-summary.txt | 0
.../status.txt | 6 +-
.../tcwg_gnu_embed_check_gcc/status-summary.txt | 2 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 4 +
11 files changed, 91 insertions(+), 31 deletions(-)
copy gcc/sha1/{5163cf2ae14c5e7ec730ad72680564001d0d0441 => df225ae29a147ae40bb44ba [...]
copy gcc/sha1/{78e0cf06c818e6293d36e52ad7a96bd9e7953c06 => df225ae29a147ae40bb44ba [...]
copy gcc/sha1/{0b6453d5575d4aa773a1fe25060123bc6f539891 => df225ae29a147ae40bb44ba [...]
copy gcc/sha1/df225ae29a147ae40bb44ba14ee979b67fd19c8e/tcwg_gnu_embed_check_gcc/{m [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.