This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 27ddde739d5 [RISC-V] Expose sign extension for 32 bit rotates by consta [...]
new 57b6383ca68 Ada: Fix ACATS cxaj001 test on Solaris
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/ada/locales.c | 30 +++++++++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 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 annotated tag v6.18-rc4
in repository linux.
at 2f112b1c25da (tag)
tagging 6146a0f1dfae5d37442a9ddcba012add260bceb0 (commit)
replaces v6.18-rc3
tagged by Linus Torvalds
on Sun Nov 2 11:28:02 2025 -0800
- Log -----------------------------------------------------------------
Linux 6.18-rc4
-----BEGIN PGP SIGNATURE-----
iQFSBAABCgA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmkHsMIeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiG3wIH/1sXrlT9+lfHd8qT
Vc8BBdBdJn4XhPe67Ps6XjG9yaA12dvYz1oaECMzvkf+8g7aOvyeFBnao7vbR4RV
saMSTxVjj+pETqJjjBQ8GRTLVtJ04U9wdhhG8W2Bz9j1tF7Dm2jMIIahHMfN53Pn
Zn7c0vyceitGAugMiqJ6HR8bvhgk6RW2cAp1YNyfmkQdN3BcO6mvvl6lZ99rQMy0
ziMD+E+ffoSYtFbjUo9q/Qn2WcFpBMVE8yh0V9llveD3gFzM2NX3ZqLCRSlYSZDR
kdC8E9v2Ftw74FcTT5TLeAYtzbVS6RzNr0LIeYi+bSawP9QuYJl60qDmIBDV7EQd
61qVaDE=
=CTVH
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6146a0f1dfae Linux 6.18-rc4
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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 691d401c7e0e Merge tag 'spi-fix-v6.18-rc3' of git://git.kernel.org/pub/ [...]
new 6146a0f1dfae Linux 6.18-rc4
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:
Makefile | 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 0eb6b0f474f i386: Canonicalize (compare (minus (a b)) a) to (compare (a [...]
new 27ddde739d5 [RISC-V] Expose sign extension for 32 bit rotates by consta [...]
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/bitmanip.md | 2 +-
gcc/config/riscv/thead.md | 18 +++++++++++++++++-
2 files changed, 18 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 master
in repository gcc.
from a06228ca4dd libstdc++: add missing exports
new 0eb6b0f474f i386: Canonicalize (compare (minus (a b)) a) to (compare (a [...]
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.cc | 14 ++++++++++++++
gcc/testsuite/gcc.target/i386/pr122518.c | 15 +++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr122518.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 12f3c63de3b Ada: Fix crash on tagged private type with unknown discriminants
new a06228ca4dd libstdc++: add missing exports
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:
libstdc++-v3/src/c++23/std.cc.in | 4 ++--
1 file changed, 2 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 master
in repository gcc.
from 21742b80f95 Ada: Fix use type clause invalidated by use clause in neste [...]
new 12f3c63de3b Ada: Fix crash on tagged private type with unknown discriminants
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/ada/sem_ch3.adb | 64 +++++++++++++++-------
gcc/testsuite/gnat.dg/specs/unknown_discr1.ads | 23 ++++++++
.../gnat.dg/specs/unknown_discr1_pkg-child.ads | 17 ++++++
.../gnat.dg/specs/unknown_discr1_pkg-g.ads | 21 +++++++
.../gnat.dg/specs/unknown_discr1_pkg-inst.ads | 3 +
gcc/testsuite/gnat.dg/specs/unknown_discr1_pkg.ads | 9 +++
6 files changed, 116 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/unknown_discr1.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/unknown_discr1_pkg-child.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/unknown_discr1_pkg-g.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/unknown_discr1_pkg-inst.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/unknown_discr1_pkg.ads
--
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 8e9bfa66d8b Automatic date update in version.in
new 1ddfd4f3eac gdb: add a constructor for symtab
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/ada-lang.c | 6 ++---
gdb/cli/cli-cmds.c | 2 +-
gdb/compile/compile-c-symbols.c | 2 +-
gdb/compile/compile-cplus-symbols.c | 2 +-
gdb/compile/compile-cplus-types.c | 4 ++--
gdb/infrun.c | 2 +-
gdb/linespec.c | 4 ++--
gdb/macroscope.c | 3 ++-
gdb/python/py-breakpoint.c | 4 ++--
gdb/skip.c | 12 +++++-----
gdb/source.c | 23 +++++++++----------
gdb/symfile-debug.c | 4 ++--
gdb/symfile.c | 13 +++++------
gdb/symtab.c | 22 +++++++++----------
gdb/symtab.h | 44 +++++++++++++++++++++++++------------
15 files changed, 81 insertions(+), 66 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-15
in repository gcc.
from 59213fd40fe c++/modules: Track all static class variables [PR122421]
new 567744aae7b AVR: PR122505 - Fix bloated mulpsi3 in the wake of hacking [...]
new a56bab18b04 AVR: target/122527 -- Don't use __load_N to load from __flash1.
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/config/avr/avr.cc | 43 +++++++++++++++++++++++++++++-
gcc/config/avr/avr.md | 72 ++++++++++++++++++++++++++++++++++++++++++++++-----
2 files changed, 107 insertions(+), 8 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 0b2c031cca4 AVR: target/122527 -- Don't use __load_N to load from __flash1.
new 21742b80f95 Ada: Fix use type clause invalidated by use clause in neste [...]
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/ada/sem_ch8.adb | 24 ++++++++++++++--------
.../gnat.dg/{use_type3.adb => use_type4.adb} | 14 +++++++------
2 files changed, 23 insertions(+), 15 deletions(-)
copy gcc/testsuite/gnat.dg/{use_type3.adb => use_type4.adb} (61%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.