This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f7221267238 libstdc++: drop bogus 'dg_do run' directive
new f2fac502097 testsuite: Fix for targets not passing argc/argv [PR116154]
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.dg/torture/pr67947.c | 4 +++-
1 file changed, 3 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 gcc.
from 89ed5ab210b [PR rtl-optimization/116136] Fix previously latent SUBREG s [...]
new f7221267238 libstdc++: drop bogus 'dg_do run' directive
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/testsuite/28_regex/traits/char/translate.cc | 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 gcc.
from ee4cc961ce3 libstdc++: Handle strerror returning null
new 89ed5ab210b [PR rtl-optimization/116136] Fix previously latent SUBREG s [...]
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/simplify-rtx.cc | 5 +++--
1 file changed, 3 insertions(+), 2 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 d498e79ebe9 testsuite: fix dg-require-* order vs dg-additional-sources
new 74b5101cc9e libstdc++: Handle encodings in localized chrono formatting [...]
new 72cd15b20a8 libstdc++: Support P2510R3 "Formatting pointers" as a DR for C++20
new 3836df7e895 libstdc++: Implement C++26 type checking for std::format ar [...]
new f6f2c78d9db libstdc++: Define C++26 member visit for std::variant [PR110356]
new 08782a5d92b libstdc++: Define C++26 member visit for std::basic_format_ [...]
new 96f789d25f9 libstdc++: Bump __cpp_lib_format value for std::runtime_format
new 5dd1f0d69f5 libstdc++: Only append "@euro" to locale names for Glibc testing
new ee4cc961ce3 libstdc++: Handle strerror returning null
The 8 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/acinclude.m4 | 2 +-
libstdc++-v3/config/abi/pre/gnu.ver | 18 +-
libstdc++-v3/configure | 2 +-
libstdc++-v3/include/bits/c++config | 10 +
libstdc++-v3/include/bits/chrono_io.h | 95 +++++++--
libstdc++-v3/include/bits/version.def | 34 +++-
libstdc++-v3/include/bits/version.h | 18 +-
libstdc++-v3/include/std/format | 186 ++++++++++++++++--
libstdc++-v3/include/std/variant | 46 +++++
libstdc++-v3/src/c++11/system_error.cc | 6 +-
libstdc++-v3/src/c++20/Makefile.am | 8 +-
libstdc++-v3/src/c++20/Makefile.in | 10 +-
libstdc++-v3/src/c++20/format.cc | 213 +++++++++++++++++++++
libstdc++-v3/testsuite/20_util/variant/visit.cc | 5 +-
.../testsuite/20_util/variant/visit_member.cc | 117 +++++++++++
libstdc++-v3/testsuite/lib/libstdc++.exp | 2 +-
.../testsuite/std/format/arguments/args.cc | 43 +++++
.../testsuite/std/format/functions/format.cc | 6 +-
libstdc++-v3/testsuite/std/format/parse_ctx.cc | 149 +++++++++++++-
libstdc++-v3/testsuite/std/format/parse_ctx_neg.cc | 39 ++++
libstdc++-v3/testsuite/std/format/string.cc | 13 ++
.../testsuite/std/time/format_localized.cc | 90 +++++++++
libstdc++-v3/testsuite/util/testsuite_abi.cc | 1 +
23 files changed, 1059 insertions(+), 54 deletions(-)
create mode 100644 libstdc++-v3/src/c++20/format.cc
create mode 100644 libstdc++-v3/testsuite/20_util/variant/visit_member.cc
create mode 100644 libstdc++-v3/testsuite/std/format/parse_ctx_neg.cc
create mode 100644 libstdc++-v3/testsuite/std/time/format_localized.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 cfe2b6756c6 aarch64: Add fpm register helper functions.
new 1c85b16f191 testsuite: libgomp: fix dg-do run typo
new 21fc6d35f27 testsuite: fix 'dg-do-compile' typos
new d398581485b testsuite: fix 'dg-do-preprocess' typo
new 9ad3d1c5814 testsuite: fix dg-require-effective-target order vs dg-addi [...]
new d498e79ebe9 testsuite: fix dg-require-* order vs dg-additional-sources
The 5 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/c-c++-common/Wshadow-1.c | 2 +-
gcc/testsuite/g++.dg/tree-ssa/devirt-array-destructor-1.C | 2 +-
gcc/testsuite/g++.dg/tree-ssa/devirt-array-destructor-2.C | 2 +-
gcc/testsuite/g++.target/loongarch/pr106828.C | 2 +-
gcc/testsuite/gcc.dg/tree-prof/crossmodule-indir-call-topn-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/crossmodule-indir-call-topn-2.c | 2 +-
gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-3.c | 2 +-
gcc/testsuite/gcc.target/aarch64/aapcs64/func-ret-4.c | 2 +-
gcc/testsuite/gcc.target/arm/pr69194.c | 2 +-
gcc/testsuite/gfortran.dg/PR100914.f90 | 2 +-
libgomp/testsuite/libgomp.c++/declare-target-indirect-1.C | 2 +-
libgomp/testsuite/libgomp.c++/pr24455.C | 2 +-
libgomp/testsuite/libgomp.c/pr24455.c | 2 +-
13 files changed, 13 insertions(+), 13 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 bbc9c0423ca c++: array new with value-initialization, again [PR115645]
new 72ebbc3b2bb aarch64: Add march flags for +fp8 arch extensions
new 6d43c3669a6 aarch64: Add support for moving fpm system register
new cfe2b6756c6 aarch64: Add fpm register helper functions.
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.gcc | 2 +-
gcc/config/aarch64/aarch64-option-extensions.def | 2 +
gcc/config/aarch64/aarch64.cc | 8 ++
gcc/config/aarch64/aarch64.h | 17 ++-
gcc/config/aarch64/aarch64.md | 30 +++--
gcc/config/aarch64/arm_neon.h | 1 +
gcc/config/aarch64/arm_private_fp8.h | 80 ++++++++++++++
gcc/config/aarch64/arm_sve.h | 1 +
gcc/config/aarch64/constraints.md | 3 +
gcc/doc/invoke.texi | 2 +
.../gcc.target/aarch64/acle/fp8-helpers-neon.c | 53 +++++++++
.../gcc.target/aarch64/acle/fp8-helpers-sme.c | 12 ++
.../gcc.target/aarch64/acle/fp8-helpers-sve.c | 12 ++
gcc/testsuite/gcc.target/aarch64/acle/fp8.c | 121 +++++++++++++++++++++
14 files changed, 329 insertions(+), 15 deletions(-)
create mode 100644 gcc/config/aarch64/arm_private_fp8.h
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fp8-helpers-neon.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fp8-helpers-sme.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fp8-helpers-sve.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/fp8.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 f40fd85c32c testsuite: Adjust switch-exp-transform-3.c for 32bit
new bbc9c0423ca c++: array new with value-initialization, again [PR115645]
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/init.cc | 5 +++-
gcc/testsuite/g++.dg/cpp2a/constexpr-new23.C | 38 ++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new23.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 996c2e2144c LoongArch: Rework bswap{hi,si,di}2 definition
new f40fd85c32c testsuite: Adjust switch-exp-transform-3.c for 32bit
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/i386/switch-exp-transform-3.c | 7 ++++++-
1 file changed, 6 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 50fb268a6ff [gdb/exp] Fix gdb.fortran/intrinsics.exp fail on arm
new 61ed16ee634 [gdb/testsuite] Add gdb.python/py-disasm-{exec,obj}.exp
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:
.../py-disasm-exec.exp} | 9 ++--
.../py-disasm-obj.exp} | 9 ++--
.../{py-disasm.exp => py-disasm.exp.tcl} | 56 +++++++++++++++++-----
gdb/testsuite/gdb.python/py-disasm.py | 8 ++--
4 files changed, 58 insertions(+), 24 deletions(-)
copy gdb/testsuite/{gdb.base/array-repeat.exp => gdb.python/py-disasm-exec.exp} (76%)
copy gdb/testsuite/{gdb.base/array-repeat.exp => gdb.python/py-disasm-obj.exp} (76%)
rename gdb/testsuite/gdb.python/{py-disasm.exp => py-disasm.exp.tcl} (92%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.