This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dd8df074c9c simplify-rtx: Fix up shift/rotate VOIDmode count handling [ [...]
new 3e8ce187dc4 c++: Improve diagnostic for implicit conversion errors [PR115163]
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/call.cc | 34 +++++++++++++++++------------
gcc/cp/cvt.cc | 9 ++++++--
gcc/testsuite/g++.dg/diagnostic/explicit2.C | 14 ++++++++++++
gcc/testsuite/g++.dg/ext/is_convertible7.C | 12 ++++++++++
4 files changed, 53 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/diagnostic/explicit2.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 6dd0b41b99e testsuite: Remove lp64 requirement from gcc.target/i386/pr1 [...]
new 17af6bff039 c++: Remove gnu::gnu_inline attribute on inheriting ctors [ [...]
new dd8df074c9c simplify-rtx: Fix up shift/rotate VOIDmode count handling [ [...]
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/cp/method.cc | 4 ++++
gcc/simplify-rtx.cc | 21 +++++++++++----------
gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor1.C | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor2.C | 15 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr123523.c | 24 ++++++++++++++++++++++++
5 files changed, 76 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor1.C
create mode 100644 gcc/testsuite/g++.dg/ext/gnu-inline-inh-ctor2.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr123523.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 7dd62fcef1b testsuite: i386: Disable AVX512BW/DQ tests with Solaris/x86 [...]
new 6dd0b41b99e testsuite: Remove lp64 requirement from gcc.target/i386/pr1 [...]
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.target/i386/pr123121.c | 3 +--
1 file changed, 1 insertion(+), 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 master
in repository gcc.
from a2eb399ec1d [rs6000] [testsuite] Fix test-frame-related.c [PR123129]
new 7dd62fcef1b testsuite: i386: Disable AVX512BW/DQ tests with Solaris/x86 [...]
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/lib/target-supports.exp | 10 ++++++++++
1 file changed, 10 insertions(+)
--
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 users/jremus/sframe-v3_v2-fixups
in repository binutils-gdb.
from e86a858af82 fixup! [SFrame-V3] libsframe: textual dump of fde type SFRA [...]
new 53cc90d93a7 fix comments [SFrame-V3] libsframe: testsuite: add new argu [...]
new 665e10dd6ec libsframe: testsuite: add new testcase findfre-flex-1
new 60aa21b8c45 bugfix [SFrame-V3] gas: sframe: output new FDE type SFRAME_ [...]
new 695f94ad521 libsframe: testsuite: add new test for V3 endian flipping b [...]
new 70eed88fa38 bugfix [SFrame-V3] gas: sframe: doc: testsuite: add new com [...]
new f0474f0d8a8 fix [SFrame-V3] ld: discard sframe sections when --discard-sframe
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:
gas/as.c | 1 +
gas/gen-sframe.c | 35 ++++---
.../gas/cfi-sframe/cfi-sframe-common-1d.s | 1 -
ld/emulparams/aarch64elf.sh | 1 -
ld/emulparams/aarch64linux.sh | 1 -
ld/emultempl/aarch64elf.em | 7 ++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
.../sframe-command-line-1.d | 2 +-
ld/testsuite/ld-s390/s390.exp | 1 +
.../{ld-x86-64 => ld-s390}/sframe-command-line-1.d | 2 +-
libsframe/Makefile.in | 68 ++++++++++++++
libsframe/sframe.c | 32 +++----
libsframe/testsuite/libsframe.decode/DATA-BE-V3 | Bin 0 -> 77 bytes
.../libsframe.decode/README-be-flipping-v3 | 58 ++++++++++++
.../{be-flipping.c => be-flipping-v3.c} | 66 ++++++++-----
libsframe/testsuite/libsframe.decode/decode.exp | 6 ++
libsframe/testsuite/libsframe.decode/local.mk | 7 +-
libsframe/testsuite/libsframe.find/find.exp | 4 +
.../{findfre-1.c => findfre-flex-1.c} | 103 ++++++++++++---------
libsframe/testsuite/libsframe.find/local.mk | 6 +-
20 files changed, 297 insertions(+), 105 deletions(-)
copy ld/testsuite/{ld-x86-64 => ld-aarch64}/sframe-command-line-1.d (72%)
copy ld/testsuite/{ld-x86-64 => ld-s390}/sframe-command-line-1.d (72%)
create mode 100644 libsframe/testsuite/libsframe.decode/DATA-BE-V3
create mode 100644 libsframe/testsuite/libsframe.decode/README-be-flipping-v3
copy libsframe/testsuite/libsframe.decode/{be-flipping.c => be-flipping-v3.c} (52%)
copy libsframe/testsuite/libsframe.find/{findfre-1.c => findfre-flex-1.c} (62%)
--
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 main
in repository llvm-lnt.
from 070f5f9 [deploy] Bump to latest LNT version
new a8f2bc3 Use multi-stage build in Dockerfile (#142)
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:
docker/lnt.dockerfile | 33 ++++++++++++++++++++++-----------
1 file changed, 22 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 cbb7ec9e066 AutoFDO: Fix missing null-pointer check in offline_unrealiz [...]
new a2eb399ec1d [rs6000] [testsuite] Fix test-frame-related.c [PR123129]
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/rtl/powerpc/test-frame-related.c | 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 e63baf1db68 testsuite: Disable vector-compare-1.C for arm targets [PR121752]
new cbb7ec9e066 AutoFDO: Fix missing null-pointer check in offline_unrealiz [...]
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/auto-profile.cc | 3 ++-
1 file changed, 2 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 d1b8ebd8cb6 Fortran: Test cases from previously fixed bug
new e63baf1db68 testsuite: Disable vector-compare-1.C for arm targets [PR121752]
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/g++.dg/tree-ssa/vector-compare-1.C | 4 +++-
1 file changed, 3 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 annotated tag v6.19-rc5
in repository linux.
at d0e305301e82 (tag)
tagging 0f61b1860cc3f52aef9036d7235ed1f017632193 (commit)
replaces v6.19-rc4
tagged by Linus Torvalds
on Sun Jan 11 17:03:14 2026 -1000
- Log -----------------------------------------------------------------
Linux 6.19-rc5
-----BEGIN PGP SIGNATURE-----
iQFSBAABCgA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmlkZHIeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGaSUH/jsIthYCRnSsVxms
HVEEKeSTEWUFH7wpnsTle2fep4HC/LmvxX2T07M5XuhgS7fUafnwonaEbs/NvgsT
I0/28Px4ovU69NwFNZ17fOIDdcfIGPzWvcTHK354+PWwKNBciNgSq6AQ+iq1zK4T
2eAUS2CybkMqquIDN1w2Y9dLXHovY6flXAzZZQutd1sqGtIlZl/R5W4qxbtuvS1n
d4Jq40erS5YGganxGcHvC6JFMuh+vEARQjZSOq8J4Cy3z6SvkJoGrg2q3qU3tFAf
/cvVlXwrzxR9XDg+5ZH7c4TlnRWWiz5KDeYNFlqd7Gor3SNTUB8G6WWHkm4JrCZd
EzE+MGw=
=LUKA
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 0f61b1860cc3 Linux 6.19-rc5
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.