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 84bcc758e6c Automatic date update in version.in
new fe601010c3b gdb: have remote_target::extended_remote_run take the exec [...]
new a108d9c1136 gdb: improve how 'remote exec-file' is stored and accessed
new b88ea1f73fc gdb: improve show text and help text for 'remote exec-file'
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:
gdb/remote.c | 80 ++++++++++++++---------------
gdb/testsuite/gdb.base/remote-exec-file.exp | 7 ++-
gdb/testsuite/gdb.multi/gdb-settings.exp | 13 +++++
3 files changed, 58 insertions(+), 42 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 binutils-2_45-branch
in repository binutils-gdb.
from 78125579d41 Automatic date update in version.in
new d5945a221ff x86: Copy non_got_ref_without_indirect_extern_access
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/elfxx-x86.c | 6 ++++++
ld/testsuite/config/default.exp | 12 +++++++++++
ld/testsuite/ld-elf/pr33409a.c | 20 +++++++++++++++++
ld/testsuite/ld-elf/pr33409b.c | 9 ++++++++
.../{ld-plugin/lto-17a.c => ld-elf/pr33409c.c} | 0
ld/testsuite/ld-elf/shared.exp | 25 ++++++++++++++++++++++
6 files changed, 72 insertions(+)
create mode 100644 ld/testsuite/ld-elf/pr33409a.c
create mode 100644 ld/testsuite/ld-elf/pr33409b.c
copy ld/testsuite/{ld-plugin/lto-17a.c => ld-elf/pr33409c.c} (100%)
--
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 af53cfeb835 fortran: implement conditional expression for fortran 2023
new 38666cbccff lto/121935 - visit all DECL_ARGUMENTS in free-lang-data
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/ipa-free-lang-data.cc | 3 ++-
gcc/testsuite/g++.dg/lto/pr121935_0.C | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr121935_0.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 21d1bb1922f Integrate SLP permute transform into vect_transform_stmt
new af53cfeb835 fortran: implement conditional expression for fortran 2023
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/fortran/dump-parse-tree.cc | 10 +++
gcc/fortran/expr.cc | 118 ++++++++++++++++++++++++++++
gcc/fortran/frontend-passes.cc | 5 ++
gcc/fortran/gfortran.h | 30 +++++--
gcc/fortran/matchexp.cc | 79 ++++++++++++++++---
gcc/fortran/module.cc | 10 ++-
gcc/fortran/resolve.cc | 71 +++++++++++++++++
gcc/fortran/trans-array.cc | 13 +++
gcc/fortran/trans-expr.cc | 70 +++++++++++++++++
gcc/testsuite/gfortran.dg/conditional_1.f90 | 32 ++++++++
gcc/testsuite/gfortran.dg/conditional_2.f90 | 13 +++
gcc/testsuite/gfortran.dg/conditional_3.f90 | 9 +++
gcc/testsuite/gfortran.dg/conditional_4.f90 | 21 +++++
gcc/testsuite/gfortran.dg/conditional_5.f90 | 7 ++
gcc/testsuite/gfortran.dg/conditional_6.f90 | 16 ++++
gcc/testsuite/gfortran.dg/conditional_7.f90 | 11 +++
gcc/testsuite/gfortran.dg/conditional_8.f90 | 14 ++++
gcc/testsuite/gfortran.dg/conditional_9.f90 | 11 +++
18 files changed, 522 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/conditional_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_4.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_5.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_7.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/conditional_9.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 1744dc23b31 Daily bump.
new 80f9440b5ec Do less redundant vect_transform_slp_perm_load calls
new 57c97de9783 Avoid VMAT_ELEMENTWISE for negative stride SLP
new 21d1bb1922f Integrate SLP permute transform into vect_transform_stmt
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/testsuite/gcc.dg/vect/vect-reduc-chain-2.c | 6 +--
gcc/testsuite/gcc.dg/vect/vect-reduc-chain-3.c | 4 +-
gcc/tree-vect-slp.cc | 40 ++++----------
gcc/tree-vect-stmts.cc | 73 ++++++++++++++------------
gcc/tree-vectorizer.h | 6 ++-
5 files changed, 59 insertions(+), 70 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 69d54b04b54 Daily bump.
new 3c0b35cbd4c 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 +-
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 releases/gcc-14
in repository gcc.
from e5dfbffe69f Daily bump.
new 3302eb468d8 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 +-
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 releases/gcc-13
in repository gcc.
from 71fef0a5dd1 Daily bump.
new ba0dbe2ec7a 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 +-
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 linux.
from 5cd64d4f9268 Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/c [...]
new 131897c65e2b erofs: fix invalid algorithm for encoded extents
new 181993bb0d62 erofs: fix runtime warning on truncate_folio_batch_exceptionals()
new 1fcf686def19 erofs: fix long xattr name prefix placement
new f83a4f2a4d8c Merge tag 'erofs-for-6.17-rc6-fixes' of git://git.kernel.o [...]
The 4 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/erofs/erofs_fs.h | 8 ++++---
fs/erofs/internal.h | 1 +
fs/erofs/super.c | 12 ++++++++++
fs/erofs/xattr.c | 13 ++++++++---
fs/erofs/zmap.c | 67 +++++++++++++++++++++++++++++------------------------
5 files changed, 65 insertions(+), 36 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 8c23566d94e target.def: Properly mark up __cxa_atexit as code
new 1744dc23b31 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 | 17 +++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 10 ++++++++++
gcc/testsuite/ChangeLog | 15 +++++++++++++++
libstdc++-v3/ChangeLog | 9 +++++++++
5 files changed, 52 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.