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 f04c774b7d4 ld: fix segfault when linker script is not found
new 86aa0d170d9 x86-64: Fix misleading R_X86_64_TPOFF32 error message
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-x86-64.c | 6 ++++--
ld/testsuite/ld-x86-64/tls-le-pic-1-x32.d | 4 ++++
ld/testsuite/ld-x86-64/tls-le-pic-1.d | 3 +++
ld/testsuite/ld-x86-64/tls-le-pic-1.s | 17 +++++++++++++++++
ld/testsuite/ld-x86-64/tls-le-pic-2-x32.d | 4 ++++
ld/testsuite/ld-x86-64/tls-le-pic-2.d | 3 +++
.../{ld-i386/gnu-tls-1.s => ld-x86-64/tls-le-pic-2.s} | 5 +++--
ld/testsuite/ld-x86-64/tls-le-pic-3-x32.d | 4 ++++
ld/testsuite/ld-x86-64/tls-le-pic-3.d | 3 +++
ld/testsuite/ld-x86-64/tls-le-pic-3.s | 16 ++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 6 ++++++
11 files changed, 67 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-1-x32.d
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-1.d
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-1.s
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-2-x32.d
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-2.d
copy ld/testsuite/{ld-i386/gnu-tls-1.s => ld-x86-64/tls-le-pic-2.s} (63%)
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-3-x32.d
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-3.d
create mode 100644 ld/testsuite/ld-x86-64/tls-le-pic-3.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 binutils-gdb.
from 45f3ea0bbb5 Revert "binutils: Require GNU tail for 'objdump -Wi' test"
new f04c774b7d4 ld: fix segfault when linker script is not found
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:
ld/ldfile.c | 3 +++
ld/testsuite/ld-scripts/linker-script-not-found.d | 3 +++
ld/testsuite/ld-scripts/script.exp | 1 +
3 files changed, 7 insertions(+)
create mode 100644 ld/testsuite/ld-scripts/linker-script-not-found.d
--
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 7fc9265ee5b c++: Fix null deref in maybe_diagnose_standard_trait [PR121859]
new 21d4a0b08a6 compare_tests: Improve non-unique tests report
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:
contrib/compare_tests | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 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 008ad1c6bad libstdc++: Rename _S-prefixed identifiers in <mdspan>.
new 7fc9265ee5b c++: Fix null deref in maybe_diagnose_standard_trait [PR121859]
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/constraint.cc | 2 +-
gcc/testsuite/g++.dg/cpp2a/concepts-traits5.C | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-traits5.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 c8af46a9cc2 MicroBlaze: Update gdb/NEWS for GNU/Linux gdbserver target
new 0a0918901ac x86: Correct _bfd_x86_elf_copy_indirect_symbol comments
new 45f3ea0bbb5 Revert "binutils: Require GNU tail for 'objdump -Wi' test"
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:
bfd/elfxx-x86.c | 2 +-
binutils/Makefile.am | 1 -
binutils/Makefile.in | 4 +--
binutils/aclocal.m4 | 1 -
binutils/configure | 50 ++---------------------------
binutils/configure.ac | 2 --
binutils/testsuite/binutils-all/objdump.exp | 9 +-----
config/acx.m4 | 13 --------
8 files changed, 5 insertions(+), 77 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 54cc2cb7bc6 libstdc++: Apply LWG4351 to CTAD of span/mdspan.
new 008ad1c6bad libstdc++: Rename _S-prefixed identifiers in <mdspan>.
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/include/std/mdspan | 34 +++++++++++-----------
.../23_containers/mdspan/class_mandate_neg.cc | 2 +-
2 files changed, 18 insertions(+), 18 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 2bb8cd3609f testsuite: Only scan for known file extensions in lto.exp
new 54cc2cb7bc6 libstdc++: Apply LWG4351 to CTAD of span/mdspan.
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/include/std/span | 4 +++-
libstdc++-v3/testsuite/23_containers/mdspan/extents/misc.cc | 2 +-
libstdc++-v3/testsuite/23_containers/mdspan/mdspan.cc | 3 +--
libstdc++-v3/testsuite/23_containers/span/deduction.cc | 2 +-
4 files changed, 6 insertions(+), 5 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 ac166595405 libstdc++: Use _Drop_iter<_CharT> for formattable concept c [...]
new 225d13c01d4 expr: Handle RAW_DATA_CST in store_constructor [PR121831]
new 29a8ce3b0bb bitint: Fix up lowering optimization of .*_OVERFLOW ifns [P [...]
new 2bb8cd3609f testsuite: Only scan for known file extensions in lto.exp
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/expr.cc | 90 +++++++++++++++++++++++++++++++----
gcc/gimple-lower-bitint.cc | 52 ++++++++++++++++++--
gcc/testsuite/g++.dg/lto/pr121831_0.C | 17 +++++++
gcc/testsuite/g++.dg/lto/pr121831_1.C | 64 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/bitint-126.c | 26 ++++++++++
gcc/testsuite/lib/lto.exp | 4 +-
6 files changed, 240 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr121831_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr121831_1.C
create mode 100644 gcc/testsuite/gcc.dg/bitint-126.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 f50cff9766c s390: Implement clz and ctz for SI mode
new ac166595405 libstdc++: Use _Drop_iter<_CharT> for formattable concept c [...]
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/include/std/format | 120 ++++++++++++++++++--------
libstdc++-v3/testsuite/std/format/pr121765.cc | 53 ++++++++++++
2 files changed, 136 insertions(+), 37 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/format/pr121765.cc
--
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 2dfff4ffe88 c++: Change mangling of Intel/Motorola extended long double [...]
new f50cff9766c s390: Implement clz and ctz for SI mode
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/s390/s390.h | 4 ++--
gcc/config/s390/s390.md | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr109011-2.c | 3 +--
gcc/testsuite/gcc.dg/vect/pr109011-4.c | 3 +--
gcc/testsuite/gcc.target/s390/ffs-1.c | 18 ++++++++++++++++++
5 files changed, 45 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/ffs-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.