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 fe283008513 hppa64: Handle R_PARISC_EPLT relocations for local symbols
new e6016963d3e hppa64: Remove code to generate dot symbols for EPLT relocations
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/elf64-hppa.c | 116 +++++++++----------------------------------------------
1 file changed, 19 insertions(+), 97 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 935bebb2ce2 libstdc++: Add missing -pthread for new tests [PR122401]
new 76943639ddd Ada: Fix assertion failure on child generic package
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_ch7.adb | 27 +++++++++++++++++++++++++-
gcc/testsuite/gnat.dg/specs/private3-child.ads | 11 +++++++++++
gcc/testsuite/gnat.dg/specs/private3.ads | 9 +++++++++
3 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/private3-child.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/private3.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 dbfbbbc9742 gdb/dwarf: make some fields of dwarf2_per_cu private
new fe283008513 hppa64: Handle R_PARISC_EPLT relocations for local symbols
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/elf64-hppa.c | 60 +++++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 53 insertions(+), 7 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 binutils-gdb.
from 4b46891005b gdbsupport: bump unordered_dense library to 4.6.0
new dbfbbbc9742 gdb/dwarf: make some fields of dwarf2_per_cu private
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/dwarf2/read.h | 14 ++++++--------
1 file changed, 6 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 9e10fc177be Ada: Fix visibility problem for implicit actual of formal s [...]
new 935bebb2ce2 libstdc++: Add missing -pthread for new tests [PR122401]
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/testsuite/20_util/shared_ptr/atomic/pr118757.cc | 1 +
libstdc++-v3/testsuite/20_util/weak_ptr/pr118757.cc | 1 +
libstdc++-v3/testsuite/30_threads/condition_variable/members/116586.cc | 3 +++
libstdc++-v3/testsuite/30_threads/future/members/116586.cc | 3 +++
.../30_threads/recursive_timed_mutex/try_lock_until/116586.cc | 3 +++
libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/116586.cc | 3 +++
6 files changed, 14 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 master
in repository linux.
from dcb6fa37fd7b Linux 6.18-rc3
new 54e96258a693 sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCU
new efeeaac9ae97 sched_ext: Sync error_irq_work before freeing scx_sched
new a8ad873113d3 sched_ext: defer queue_balance_callback() until after ops. [...]
new 14c1da3895a1 sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kv [...]
new 05e63305c85c sched_ext: Fix scx_kick_pseqs corruption on concurrent sch [...]
new a3c4a0a42e61 sched_ext: fix flag check for deferred callbacks
new fd57572253bc Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kern [...]
The 7 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:
kernel/sched/ext.c | 126 +++++++++++++++++++++++++++++++++++++++++++++------
kernel/sched/sched.h | 1 +
2 files changed, 112 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 gcc.
from c5fa3d4c88f vect: Fix operand swapping on complex multiplication detect [...]
new 9e10fc177be Ada: Fix visibility problem for implicit actual of formal s [...]
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_ch12.adb | 34 +++++++++++++++-------
gcc/testsuite/gnat.dg/specs/generic_inst3.ads | 3 ++
gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.adb | 14 +++++++++
gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.ads | 8 +++++
gcc/testsuite/gnat.dg/specs/generic_inst3_pkg2.ads | 9 ++++++
.../gnat.dg/specs/generic_inst3_pkg3-child.ads | 9 ++++++
gcc/testsuite/gnat.dg/specs/generic_inst3_pkg3.ads | 11 +++++++
7 files changed, 77 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.adb
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg1.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg2.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg3-child.ads
create mode 100644 gcc/testsuite/gnat.dg/specs/generic_inst3_pkg3.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 gcc.
from 89a6db7bbe2 Various fixes for XML PARSE.
new c5fa3d4c88f vect: Fix operand swapping on complex multiplication detect [...]
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:
.../gfortran.target/aarch64/pr122408_1.f90 | 61 +++++++++
.../gfortran.target/aarch64/pr122408_2.f90 | 140 +++++++++++++++++++++
gcc/tree-vect-slp-patterns.cc | 75 ++++++-----
3 files changed, 244 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/gfortran.target/aarch64/pr122408_1.f90
create mode 100644 gcc/testsuite/gfortran.target/aarch64/pr122408_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 master
in repository gcc.
from ecc9af31a70 phiopt: Fix up DEBUG_EXPR_DECL creation in spaceship_replac [...]
new 89a6db7bbe2 Various fixes for XML PARSE.
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:
libgcobol/xmlparse.cc | 593 +++++++++++++++++++++++++++++++++-----------------
1 file changed, 390 insertions(+), 203 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 9b1141fa8fc [RISC-V][PR target/120674] Avoid division by zero in dwarf [...]
new e55dcff9770 phiopt: Fix up DEBUG_EXPR_DECL creation in spaceship_replac [...]
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/opt/pr122394.C | 20 ++++++++++++++++++++
gcc/tree-ssa-phiopt.cc | 6 ++----
2 files changed, 22 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr122394.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.