This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-15-branch
in repository binutils-gdb.
from 278329cf8f2 Automatic date update in version.in
new 79cc1a2d92e 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 binutils-2_43-branch
in repository binutils-gdb.
from fa8a9d72593 x86: Add missing newlines in TLS transition error messages
new 14752609a41 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 52383671613 c++: non-template alias with dependent attributes [PR115897]
new e397f8524a7 c++: #pragma target and deferred instantiation [PR115403]
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/cp/decl.cc | 7 +++++--
gcc/testsuite/g++.dg/ext/pragma-target1.C | 6 ++++++
2 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pragma-target1.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 dafd1247b10 rs6000, remove built-ins __builtin_vsx_set_1ti, __builtin_v [...]
new 9bcad238837 c++: alias of alias tmpl with dependent attrs [PR115897]
new 52383671613 c++: non-template alias with dependent attributes [PR115897]
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/cp-tree.h | 1 +
gcc/cp/pt.cc | 55 +++++++++++++++-------
gcc/cp/tree.cc | 52 +++++++++++---------
gcc/cp/typeck.cc | 17 +++++--
.../cpp0x/{alias-decl-77.C => alias-decl-78.C} | 22 +++++----
gcc/testsuite/g++.dg/cpp0x/alias-decl-79.C | 37 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/alias-decl-79a.C | 41 ++++++++++++++++
...as-decl-pr92206-1.C => alias-decl-pr92206-1a.C} | 3 +-
8 files changed, 175 insertions(+), 53 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/{alias-decl-77.C => alias-decl-78.C} (60%)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-79.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-79a.C
copy gcc/testsuite/g++.dg/cpp0x/{alias-decl-pr92206-1.C => alias-decl-pr92206-1a.C} (63%)
--
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 ea435261ad5 libstdc++: Add static_assert to std::expected for LWG 3843 [...]
new 6689c587412 rs6000, remove __builtin_vsx_xvcmp* built-ins
new 9ecf36b6f1d rs6000, Remove __builtin_vec_set_v1ti, __builtin_vec_set_v2 [...]
new dafd1247b10 rs6000, remove built-ins __builtin_vsx_set_1ti, __builtin_v [...]
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/config/rs6000/rs6000-builtin.cc | 53 ------------------------
gcc/config/rs6000/rs6000-builtins.def | 32 --------------
gcc/config/rs6000/rs6000-c.cc | 40 ------------------
gcc/config/rs6000/rs6000-gen-builtins.cc | 28 +++++--------
gcc/testsuite/gcc.target/powerpc/vsx-builtin-3.c | 34 +++++++++------
5 files changed, 31 insertions(+), 156 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_42-branch
in repository binutils-gdb.
from e7cd38b6cdf Automatic date update in version.in
new 3e92ae5088c ld: Avoid folding new and delete pairs
new d9ddfab9be2 ld: Move foo before delete in dl5.cc
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-elf/dl5.cc | 13 +++----------
ld/testsuite/ld-elf/dl5.h | 10 ++++++++++
ld/testsuite/ld-elf/new.cc | 6 ++++++
3 files changed, 19 insertions(+), 10 deletions(-)
create mode 100644 ld/testsuite/ld-elf/dl5.h
--
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 29341f21ce1 c++: Implement C++26 P2558R2 - Add @, $, and ` to the basic [...]
new a0b7d8e087f libstdc++: Reorder template params of std::optional compari [...]
new 1489e281b54 libstdc++: Implement P2968R2 "Making std::ignore a first-cl [...]
new 5be55447e25 libstdc++: Remove std::basic_format_args default constructo [...]
new ea435261ad5 libstdc++: Add static_assert to std::expected for LWG 3843 [...]
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:
libstdc++-v3/include/bits/utility.h | 29 +++++++++++++++++
libstdc++-v3/include/std/expected | 8 +++++
libstdc++-v3/include/std/format | 2 --
libstdc++-v3/include/std/optional | 36 +++++++++++-----------
libstdc++-v3/include/std/tuple | 31 -------------------
.../testsuite/20_util/headers/utility/ignore.cc | 29 +++++++++++++++++
.../testsuite/std/format/arguments/args.cc | 4 +++
7 files changed, 88 insertions(+), 51 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/headers/utility/ignore.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.