This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 1b657c53c2 Simplify powl computation for small integral y [BZ #33411]
new 324084649b sprof: check pread size and offset for overflow
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:
elf/sprof.c | 41 ++++++++++++++++++++++++++++++++++++++++-
1 file changed, 40 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 3959152657f gdb: remove support for dbx from GDB
new 435223a9ae7 LD/testsuite: Add tests for archive handling
new 37ffcc8891d LD/testsuite: Add tests for mapless archive rejection
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:
ld/testsuite/ld-archive/a.s | 4 ++
ld/testsuite/ld-archive/abc.ed | 1 +
ld/testsuite/ld-archive/abc.nd | 7 ++
ld/testsuite/ld-archive/abc.s | 7 ++
ld/testsuite/ld-archive/abcde.nd | 11 ++++
ld/testsuite/ld-archive/abcde.s | 7 ++
ld/testsuite/ld-archive/abct.ed | 1 +
ld/testsuite/ld-archive/archive.exp | 123 ++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-archive/b.s | 4 ++
ld/testsuite/ld-archive/c.s | 4 ++
ld/testsuite/ld-archive/d.s | 4 ++
11 files changed, 173 insertions(+)
create mode 100644 ld/testsuite/ld-archive/a.s
create mode 100644 ld/testsuite/ld-archive/abc.ed
create mode 100644 ld/testsuite/ld-archive/abc.nd
create mode 100644 ld/testsuite/ld-archive/abc.s
create mode 100644 ld/testsuite/ld-archive/abcde.nd
create mode 100644 ld/testsuite/ld-archive/abcde.s
create mode 100644 ld/testsuite/ld-archive/abct.ed
create mode 100644 ld/testsuite/ld-archive/archive.exp
create mode 100644 ld/testsuite/ld-archive/b.s
create mode 100644 ld/testsuite/ld-archive/c.s
create mode 100644 ld/testsuite/ld-archive/d.s
--
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 99b548951fe c2y: Allow unspecified arrays in generic association.
new f84ff386135 libgccjit: Fix error on Power architectures caused by wrong [...]
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.gcc | 1 -
1 file changed, 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 glibc.
from 87e850fb26 sunrpc: Fix clang build
new 1b657c53c2 Simplify powl computation for small integral y [BZ #33411]
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:
math/auto-libm-test-in | 3 +++
math/auto-libm-test-out-pow | 65 +++++++++++++++++++++++++++++++++++++++++++++
sysdeps/x86_64/fpu/e_powl.S | 56 +++++++++++++++++++-------------------
3 files changed, 97 insertions(+), 27 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 d1c8cff033f Create script to convert old tests into Dwarf::assemble calls.
new d0aa7406512 gdb/testsuite/gdb.python/py-symbol.exp: accept either rr st [...]
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/doc/python.texi | 12 +++++++-----
gdb/testsuite/gdb.python/py-symbol.exp | 32 +++++---------------------------
2 files changed, 12 insertions(+), 32 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 697ccadd721 arm: testsuite: [MVE] Fix expected code for vadcq_m and vsb [...]
new cac4bcc8b49 c++: Implement C++23 P2674R1 - A trait for implicit lifetime types
new 99b548951fe c2y: Allow unspecified arrays in generic association.
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/c/c-decl.cc | 70 ++++++++----
gcc/c/c-parser.cc | 2 +-
gcc/c/c-tree.h | 1 +
gcc/cp/constraint.cc | 3 +
gcc/cp/cp-trait.def | 1 +
gcc/cp/cp-tree.h | 1 +
gcc/cp/semantics.cc | 4 +
gcc/cp/tree.cc | 36 ++++++
gcc/testsuite/g++.dg/ext/is_implicit_lifetime.C | 139 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-generic-6.c | 11 ++
gcc/testsuite/gcc.dg/c2y-generic-7.c | 15 +++
11 files changed, 260 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/is_implicit_lifetime.C
create mode 100644 gcc/testsuite/gcc.dg/c2y-generic-6.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-generic-7.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 binutils-gdb.
from 24c228f794f gdb: remove return value of set_current_source_symtab_and_line
new d1c8cff033f Create script to convert old tests into Dwarf::assemble calls.
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/contrib/dwarf-to-dwarf-assembler.py | 642 ++++++++++++++++++++++++++++++++
1 file changed, 642 insertions(+)
create mode 100755 gdb/contrib/dwarf-to-dwarf-assembler.py
--
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 7d169f96d5f Correct _bfd_elf_section_for_symbol
new 24c228f794f gdb: remove return value of set_current_source_symtab_and_line
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/source.c | 21 +++------------------
gdb/source.h | 9 +++------
2 files changed, 6 insertions(+), 24 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 80af807e52e OpenMP: Handle non-executable directives in intervening cod [...]
new 697ccadd721 arm: testsuite: [MVE] Fix expected code for vadcq_m and vsb [...]
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/arm/mve/intrinsics/vadcq_m_s32.c | 10 +++++-----
gcc/testsuite/gcc.target/arm/mve/intrinsics/vadcq_m_u32.c | 10 +++++-----
gcc/testsuite/gcc.target/arm/mve/intrinsics/vsbcq_m_s32.c | 10 +++++-----
gcc/testsuite/gcc.target/arm/mve/intrinsics/vsbcq_m_u32.c | 10 +++++-----
4 files changed, 20 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.