This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 837c21e1aab libstdc++: Make declaration and definition of generate_cano [...]
new 020ad96f2e1 c++: Don't record lambdas in concept evaluations [PR123075]
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 | 20 +++++++++++++++-
gcc/cp/pt.cc | 7 +++++-
gcc/testsuite/g++.dg/cpp2a/concepts-lambda25.C | 28 ++++++++++++++++++++++
gcc/testsuite/g++.dg/modules/lambda-13.h | 22 +++++++++++++++++
.../modules/{lambda-11_a.H => lambda-13_a.H} | 4 ++--
.../modules/{lambda-11_b.C => lambda-13_b.C} | 6 ++---
6 files changed, 80 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda25.C
create mode 100644 gcc/testsuite/g++.dg/modules/lambda-13.h
copy gcc/testsuite/g++.dg/modules/{lambda-11_a.H => lambda-13_a.H} (73%)
copy gcc/testsuite/g++.dg/modules/{lambda-11_b.C => lambda-13_b.C} (60%)
--
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 9fcb5922242 libstdc++: Fixed failing dg-error in random/pr60037-neg.cc tests.
new 837c21e1aab libstdc++: Make declaration and definition of generate_cano [...]
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/bits/random.tcc | 11 ++++-------
libstdc++-v3/testsuite/26_numerics/random/pr60037-neg.cc | 3 ++-
2 files changed, 6 insertions(+), 8 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 932d24f0c70 libstdc++: Fix up all_pedantic_errors.cc
new 9fcb5922242 libstdc++: Fixed failing dg-error in random/pr60037-neg.cc tests.
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/bits/random.tcc | 2 +-
libstdc++-v3/testsuite/26_numerics/random/pr60037-neg.cc | 2 +-
2 files changed, 2 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 1e61efc85a7 i386: Obfuscate _mm_maskmove_si64 local variable [PR123155]
new 932d24f0c70 libstdc++: Fix up all_pedantic_errors.cc
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/bits/random.tcc | 4 ++--
1 file changed, 2 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 019c75fc44a gccrs: Change parser template implementation file ext
new 7a0fbbe9bf7 i386: Obfuscate avx10_2bf16intrin.h inline function argumen [...]
new 1e61efc85a7 i386: Obfuscate _mm_maskmove_si64 local variable [PR123155]
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/i386/avx10_2bf16intrin.h | 72 ++++++++++++++++++-------------------
gcc/config/i386/xmmintrin.h | 12 +++----
2 files changed, 42 insertions(+), 42 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 b40f769c2f6 x86: Add AMD znver6 processor support
new ce810af4667 gccrs: Use tl::expected in the parser to avoid error state
new 18c092b8c25 gccrs: Use the path location for MetaItemPathExpr
new b4e3c262f98 gccrs: Add dump option to show node
new bbe7fd8f52c gccrs: Add clarity to the code
new d3187907716 gccrs: Rework code to call one function when add comment
new 50318fcc67d gccrs: Refactor node description in AST dump
new 64f0f427028 gccrs: Add dump configuration options, fix node exclusion
new 32bba8ee8fd gccrs: Remove static buffer size and improve error message
new c6ded625f06 gccrs: Move is_right_angle_tok to util namespace
new eac87511ccb gccrs: Move function to utils namespace
new 377a383e675 gccrs: Split parser implementation into several files
new 019c75fc44a gccrs: Change parser template implementation file ext
The 12 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/rust/ast/rust-ast-collector.cc | 3218 ++--
gcc/rust/ast/rust-ast-collector.h | 49 +-
gcc/rust/ast/rust-ast-dump.cc | 15 +-
gcc/rust/ast/rust-ast-dump.h | 53 +-
gcc/rust/ast/rust-ast.cc | 14 +-
gcc/rust/ast/rust-ast.h | 23 +-
gcc/rust/ast/rust-expr.h | 10 +-
gcc/rust/ast/rust-item.h | 16 +-
gcc/rust/ast/rust-macro.h | 2 +-
gcc/rust/expand/rust-macro-builtins-include.cc | 3 +-
gcc/rust/expand/rust-macro-builtins-offset-of.cc | 4 +-
gcc/rust/expand/rust-macro-expand.cc | 8 +-
gcc/rust/hir/rust-ast-lower.cc | 4 +-
gcc/rust/parse/rust-parse-error.h | 326 +
gcc/rust/parse/rust-parse-impl-attribute.hxx | 390 +
gcc/rust/parse/rust-parse-impl-expr.hxx | 4106 ++++++
gcc/rust/parse/rust-parse-impl-lexer.cc | 2 +-
gcc/rust/parse/rust-parse-impl-macro.cc | 2 +-
gcc/rust/parse/rust-parse-impl-macro.hxx | 621 +
gcc/rust/parse/rust-parse-impl-path.hxx | 679 +
gcc/rust/parse/rust-parse-impl-pattern.hxx | 1253 ++
gcc/rust/parse/rust-parse-impl-proc-macro.cc | 4 +-
gcc/rust/parse/rust-parse-impl-ttree.hxx | 158 +
gcc/rust/parse/rust-parse-impl-utils.hxx | 252 +
gcc/rust/parse/rust-parse-impl.h | 14596 -------------------
gcc/rust/parse/rust-parse-impl.hxx | 7205 +++++++++
gcc/rust/parse/rust-parse-utils.h | 127 +
gcc/rust/parse/rust-parse.h | 142 +-
gcc/rust/rust-session-manager.cc | 83 +-
gcc/rust/rust-session-manager.h | 17 +
gcc/testsuite/rust/compile/issue-4301.rs | 3 +
.../rust/compile/macros/mbe/macro-issue3608.rs | 2 -
32 files changed, 17287 insertions(+), 16100 deletions(-)
create mode 100644 gcc/rust/parse/rust-parse-error.h
create mode 100644 gcc/rust/parse/rust-parse-impl-attribute.hxx
create mode 100644 gcc/rust/parse/rust-parse-impl-expr.hxx
create mode 100644 gcc/rust/parse/rust-parse-impl-macro.hxx
create mode 100644 gcc/rust/parse/rust-parse-impl-path.hxx
create mode 100644 gcc/rust/parse/rust-parse-impl-pattern.hxx
create mode 100644 gcc/rust/parse/rust-parse-impl-ttree.hxx
create mode 100644 gcc/rust/parse/rust-parse-impl-utils.hxx
delete mode 100644 gcc/rust/parse/rust-parse-impl.h
create mode 100644 gcc/rust/parse/rust-parse-impl.hxx
create mode 100644 gcc/rust/parse/rust-parse-utils.h
create mode 100644 gcc/testsuite/rust/compile/issue-4301.rs
--
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 b2fb18e470d libstdc++: Provide conversion between atomic_ref of similar types.
new b40f769c2f6 x86: Add AMD znver6 processor support
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/common/config/i386/cpuinfo.h | 25 ++++++
gcc/common/config/i386/i386-common.cc | 26 +++++-
gcc/common/config/i386/i386-cpuinfo.h | 2 +
gcc/common/config/i386/i386-isas.h | 1 +
gcc/config.gcc | 13 ++-
gcc/config/i386/avx512bmmintrin.h | 89 +++++++++++++++++++
gcc/config/i386/avx512bmmvlintrin.h | 118 ++++++++++++++++++++++++++
gcc/config/i386/cpuid.h | 3 +
gcc/config/i386/driver-i386.cc | 5 ++
gcc/config/i386/i386-builtin.def | 8 ++
gcc/config/i386/i386-c.cc | 9 ++
gcc/config/i386/i386-isa.def | 1 +
gcc/config/i386/i386-options.cc | 10 ++-
gcc/config/i386/i386.cc | 2 +-
gcc/config/i386/i386.h | 3 +
gcc/config/i386/i386.md | 2 +-
gcc/config/i386/i386.opt | 4 +
gcc/config/i386/i386.opt.urls | 3 +
gcc/config/i386/immintrin.h | 4 +
gcc/config/i386/sse.md | 57 +++++++++++++
gcc/config/i386/x86-tune-sched.cc | 2 +
gcc/config/i386/x86-tune.def | 18 ++--
gcc/doc/extend.texi | 6 ++
gcc/doc/invoke.texi | 20 ++++-
gcc/testsuite/g++.target/i386/mv29.C | 6 ++
gcc/testsuite/gcc.target/i386/avx512bmm-1.c | 26 ++++++
gcc/testsuite/gcc.target/i386/avx512bmmvl-1.c | 35 ++++++++
gcc/testsuite/gcc.target/i386/funcspec-56.inc | 2 +
28 files changed, 480 insertions(+), 20 deletions(-)
create mode 100644 gcc/config/i386/avx512bmmintrin.h
create mode 100644 gcc/config/i386/avx512bmmvlintrin.h
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bmm-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bmmvl-1.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 5d69161a7c3 Daily bump.
new b2fb18e470d libstdc++: Provide conversion between atomic_ref of similar types.
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/bits/atomic_base.h | 11 +-
libstdc++-v3/include/bits/shared_ptr_atomic.h | 16 +-
libstdc++-v3/include/std/atomic | 21 ++-
libstdc++-v3/include/std/barrier | 6 +-
.../testsuite/29_atomics/atomic_ref/ctor.cc | 193 +++++++++++++++++++++
5 files changed, 228 insertions(+), 19 deletions(-)
create mode 100644 libstdc++-v3/testsuite/29_atomics/atomic_ref/ctor.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 linux.
from 40fbbd64bba6 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...]
new b1aa01d31249 s390/ipl: Clear SBP flag when bootprog is set
new 4cb92fa76382 s390/pci: Fix cyclic dead-lock in zpci_zdev_put() and zpci [...]
new af241e6bfc11 s390/pci: Annotate lock context imbalance in zpci_release_ [...]
new 489e96651dfe s390/stacktrace: Do not fallback to RA register
new 64e68f8a95eb Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/li [...]
new 835a50753579 selftests/bpf: Add -fms-extensions to bpf build flags
new 861111b69896 net: smc: SMC_HS_CTRL_BPF should depend on BPF_JIT
new 639f58a0f480 bpftool: Fix build warnings due to MS extensions
new d70f79fef658 libbpf: Fix -Wdiscarded-qualifiers under C23
new 189e5deb944a bpf, arm64: Do not audit capability check in do_jit()
new ca45c84afb8c bpf: Add bpf_has_frame_pointer()
new 01bc3b6db18d x86/unwind/orc: Support reliable unwinding through BPF sta [...]
new 297c3fba9d76 Merge branch 'bpf-x86-unwind-orc-support-reliable-unwindin [...]
new 234483565dbb bpf: Fix truncated dmabuf iterator reads
new 9489d457d48b selftests/bpf: Add test for truncated dmabuf_iter reads
new ac44dcc788b9 bpf: Fix verifier assumptions of bpf_d_path's output buffer
new 79e247d66088 selftests/bpf: add regression test for bpf_d_path()
new 1d528e794f3d Merge branch 'bpf-fix-bpf_d_path-helper-prototype'
new ea1013c15392 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 19 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:
.clang-format | 1 +
arch/arm64/net/bpf_jit_comp.c | 2 +-
arch/s390/include/uapi/asm/ipl.h | 1 +
arch/s390/kernel/ipl.c | 48 ++++++++---
arch/s390/kernel/stacktrace.c | 18 +---
arch/s390/pci/pci.c | 7 +-
arch/s390/pci/pci_bus.c | 98 ++++++++++++++++------
arch/s390/pci/pci_bus.h | 15 +++-
arch/x86/kernel/unwind_orc.c | 39 ++++++---
arch/x86/net/bpf_jit_comp.c | 12 +++
include/linux/bpf.h | 3 +
kernel/bpf/core.c | 16 ++++
kernel/bpf/dmabuf_iter.c | 56 +++++++++++--
kernel/trace/bpf_trace.c | 2 +-
net/smc/Kconfig | 4 +-
tools/bpf/bpftool/Makefile | 2 +
tools/lib/bpf/libbpf.c | 7 +-
tools/testing/selftests/bpf/Makefile | 2 +
tools/testing/selftests/bpf/prog_tests/d_path.c | 89 ++++++++++++++++----
.../testing/selftests/bpf/prog_tests/dmabuf_iter.c | 47 +++++++++--
tools/testing/selftests/bpf/progs/test_d_path.c | 23 +++++
21 files changed, 387 insertions(+), 105 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 fe4597b321d Automatic date update in version.in
new aec5d2704a4 gdb: remove unused include from gdbtypes.c
new 04a9afc1d81 gdb: remove unused includes from valops.c
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/gdbtypes.c | 1 -
gdb/valops.c | 2 --
2 files changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.