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 612c12759ae Updated translations for various sub-directories
new 9a918236489 Automatic date update in version.in
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/version.h | 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 c720869f0ee MAINTAINERS: Add myself as C++ front end reviewer
new 9feecd152fd c++: Wmismatched-new-delete-5.C tweak
new fdbc5ff61b4 c++: constexpr union placement new [PR121068]
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/constexpr.cc | 13 ++++++++++++-
gcc/testsuite/g++.dg/cpp26/constexpr-new4.C | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-union6.C | 4 ++--
.../g++.dg/warn/Wmismatched-new-delete-5.C | 2 +-
4 files changed, 36 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp26/constexpr-new4.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 5b763a47088 gdb: Remove redundant parameter for filename completion
new cf5a7801bd6 [gdb/cli] Clear line buffer on ^C
new f89a2a68bed [gdb/testsuite] Modernize gdb.base/command-line-input.exp
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:
gdb/main.c | 1 +
gdb/testsuite/gdb.base/command-line-input.exp | 60 ++++++++++++++++++++++-----
2 files changed, 51 insertions(+), 10 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 d8255557dd8 gdb/solib-svr4: fix indent
new 5b763a47088 gdb: Remove redundant parameter for filename completion
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/completer.c | 6 +++---
gdb/symtab.c | 8 ++++----
gdb/symtab.h | 3 +--
3 files changed, 8 insertions(+), 9 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 akhuettel/wip
in repository glibc.
discards ea695c7038 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
discards 7ed787dcea Disable SFrame support by default
new 9e53fdcf2d Disable SFrame support by default
new 2b7919c2c1 sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
new 6c73a90cfb elf: Check SFrame on tst-dl_find_object.c
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ea695c7038)
\
N -- N -- N refs/heads/akhuettel/wip (6c73a90cfb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
aclocal.m4 | 2 +-
configure | 20 +++++++++++---------
configure.ac | 16 +++++++++-------
elf/tst-dl_find_object.c | 14 ++++++++++++++
4 files changed, 35 insertions(+), 17 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 31e8896dcd8 Change __builtin_unreachable to __builtin_trap (or infinite [...]
new c720869f0ee MAINTAINERS: Add myself as C++ front end reviewer
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 657f10397eb Updated translations for various sub-directories
new e2c192c9a38 gdb: fix formatting in solib.c
new 553a06827b3 gdb: use skip_spaces in info_linker_namespace_command
new d8255557dd8 gdb/solib-svr4: fix indent
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/solib-svr4.c | 4 ++--
gdb/solib.c | 8 +++-----
2 files changed, 5 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 gcc.
from bb561b45e49 xtensa: Fix inaccuracy in xtensa_rtx_costs()
new 31e8896dcd8 Change __builtin_unreachable to __builtin_trap (or infinite [...]
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/missing-return.C | 4 +++-
gcc/testsuite/gcc.dg/pr109267-1.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/pr109267-2.c | 14 ++++++++++++++
gcc/testsuite/lib/target-supports.exp | 12 ++++++++++++
gcc/tree-cfgcleanup.cc | 24 ++++++++++++++++++++++++
5 files changed, 68 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr109267-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr109267-2.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 0d52a736a38 middle-end: Enable masked load with non-constant offset
new b1e8f118e96 xtensa: Make relaxed MOVI instructions treated as "load" type
new bb561b45e49 xtensa: Fix inaccuracy in xtensa_rtx_costs()
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/xtensa/xtensa.cc | 44 ++++++++++++++++++++++++--------------------
gcc/config/xtensa/xtensa.md | 16 +++++++++++-----
2 files changed, 35 insertions(+), 25 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 f59cb28d53b libstdc++: Make testsuite_iterators constexpr and expand in [...]
new 626d67f0fb9 AArch64: precommit test for masked load vectorisation.
new 0d52a736a38 middle-end: Enable masked load with non-constant offset
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/testsuite/gcc.target/aarch64/sve/mask_load_2.c | 23 +++++++++++++++++++
gcc/tree-vect-data-refs.cc | 26 +++++++++-------------
2 files changed, 34 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/mask_load_2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.