This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/rust/master
in repository gcc.
from 1a2f56a9d52 gccrs: Fix ICE when doing method resolution on trait predicates
new 29cace33c16 gccrs: Give the builtin unit struct an actual locus
new 9c4e2a7814f Resolve module final self segment in use decls
new 45f70e36a90 Update exclusion list
new ce8e35fc28c Add new test to highlight namespace for self import
new 08bfb3550e7 gccrs: Fix ICE when compiling path which resolves to trait [...]
new 898d55ad7e2 gccrs: Fix ICE during const expr eval on array expressions
new 4019d70517a nr2.0: Fix test macros/mbe/macro43.rs
new d60a925642b nr2.0: Rename prelude to lang_prelude
new ebac3ab5bec Add ending newline to rust-macro-builtins-log-debug.cc
new a0b21c94157 gccrs: Fix ICE in array ref constexpr
new 8d1c01c8184 gccrs: FIX ICE when working with HIR::BareFunctionType
new 6130523c8b9 gccrs: FIX ICE for malformed repr attribute
new 8b5f1f296b6 gccrs: fix ice when setting up regions
new 1d93ebb1cad gccrs: fix crash in parse repr options and missing delete call
new 765121736df gccrs: Fix SEGV when type path resolver fails outright
new b8ef598308e Evaluate the enum's discriminant in a const context
new bdfdaef9069 nr2.0: Handle global paths
new eecf0cd6857 gccrs: Fix ICE when doing shift checks on const decl
new 20c8539a23e gccrs: Fix ICE when resolving lifetimes without name
new 8cd24f83386 gccrs: Fix ICE when there are 2 functions named main
The 20 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/backend/rust-compile-base.cc | 6 +-
gcc/rust/backend/rust-compile-base.h | 5 +-
gcc/rust/backend/rust-compile-context.h | 5 +-
gcc/rust/backend/rust-compile-implitem.cc | 2 +-
gcc/rust/backend/rust-compile-implitem.h | 6 --
gcc/rust/backend/rust-compile-intrinsic.cc | 2 +-
gcc/rust/backend/rust-compile-item.cc | 6 +-
gcc/rust/backend/rust-compile-item.h | 4 -
gcc/rust/backend/rust-compile-resolve-path.cc | 32 +++++-
gcc/rust/backend/rust-compile-type.cc | 19 +++-
gcc/rust/backend/rust-compile-type.h | 2 +-
gcc/rust/backend/rust-compile.cc | 2 +-
gcc/rust/backend/rust-constexpr.cc | 6 +-
gcc/rust/expand/rust-macro-builtins-log-debug.cc | 2 +-
gcc/rust/hir/rust-hir-dump.cc | 8 +-
gcc/rust/hir/tree/rust-hir-type.cc | 3 +-
gcc/rust/resolve/rust-early-name-resolver-2.0.cc | 17 +++-
gcc/rust/resolve/rust-forever-stack.h | 19 +++-
gcc/rust/resolve/rust-forever-stack.hxx | 113 ++++++++++++++-------
gcc/rust/resolve/rust-late-name-resolver-2.0.cc | 20 ++--
gcc/rust/resolve/rust-name-resolution-context.h | 41 +++++++-
gcc/rust/rust-gcc.cc | 6 ++
gcc/rust/typecheck/rust-hir-trait-resolve.cc | 8 +-
gcc/rust/typecheck/rust-hir-type-check-base.cc | 28 ++++-
gcc/rust/typecheck/rust-hir-type-check-type.cc | 7 ++
gcc/rust/typecheck/rust-tyty-subst.h | 2 +-
gcc/testsuite/rust/compile/enum_discriminant1.rs | 7 ++
gcc/testsuite/rust/compile/issue-3552.rs | 14 +++
gcc/testsuite/rust/compile/issue-3563.rs | 17 ++++
gcc/testsuite/rust/compile/issue-3588.rs | 5 +
gcc/testsuite/rust/compile/issue-3605.rs | 5 +
gcc/testsuite/rust/compile/issue-3606.rs | 6 ++
gcc/testsuite/rust/compile/issue-3613.rs | 18 ++++
gcc/testsuite/rust/compile/issue-3614.rs | 3 +
gcc/testsuite/rust/compile/issue-3615.rs | 7 ++
gcc/testsuite/rust/compile/issue-3648.rs | 8 ++
gcc/testsuite/rust/compile/issue-3657.rs | 8 ++
gcc/testsuite/rust/compile/issue-3665.rs | 6 ++
gcc/testsuite/rust/compile/macros/mbe/macro43.rs | 15 ++-
gcc/testsuite/rust/compile/nr2/exclude | 9 --
.../rust/compile/self_import_namespace.rs | 14 +++
41 files changed, 392 insertions(+), 121 deletions(-)
create mode 100644 gcc/testsuite/rust/compile/enum_discriminant1.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3552.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3563.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3588.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3605.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3606.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3613.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3614.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3615.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3648.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3657.rs
create mode 100644 gcc/testsuite/rust/compile/issue-3665.rs
create mode 100644 gcc/testsuite/rust/compile/self_import_namespace.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 a66de265ab8 d: Fix error using UFCS in a speculative context
new 0acac6c432a Doc: Improve wording of -Werror documentation [PR58973]
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.opt | 6 +++---
gcc/doc/invoke.texi | 4 ++--
2 files changed, 5 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 8ceafe8eb Add entry 78e0cf06c818e6293d36e52ad7a96bd9e7953c06 from https [...]
new 633327989 Add entry 0e3049c562ccdea288c3b1f3b3d1ce5992d284b0 from https [...]
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:
.../first_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/build_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{0d921f96d48c796837fc6d83f28a33b42220f5c2 => 0e3049c562ccdea288c3b1 [...]
copy {fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 => llvm/sha1 [...]
create mode 100644 llvm/sha1/0e3049c562ccdea288c3b1f3b3d1ce5992d284b0/tcwg_flang_t [...]
--
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 newlib.
from abc89b12e newlib: riscv: Fix build and reorganize header files
new d1b4302ac Cygwin: handle GetProcAddress returning NULL in GetArm64ProcAddress.
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:
winsup/cygwin/aarch64/fastcwd.cc | 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 main
in repository newlib.
from abc89b12e newlib: riscv: Fix build and reorganize header files
new d1b4302ac Cygwin: handle GetProcAddress returning NULL in GetArm64ProcAddress.
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:
winsup/cygwin/aarch64/fastcwd.cc | 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 releases/gcc-13
in repository gcc.
from a5f7850221f libstdc++: Fix -Warray-bounds warning in std::vector<bool> [...]
new 5f14b91fbeb libstdc++: Do not use compiler built-in in requires-clause
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/bit | 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 716d39f0a24 RISC-V: Fix vec_duplicate[bimode] expander [PR119572].
new a66de265ab8 d: Fix error using UFCS in a speculative context
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/d/dmd/MERGE | 2 +-
gcc/d/dmd/expressionsem.d | 11 +---
.../gdc.test/compilable/imports/test21098_phobos.d | 77 ++++++++++++++++++++++
.../gdc.test/compilable/imports/test21098b.d | 12 ++++
gcc/testsuite/gdc.test/compilable/test21098.d | 4 ++
5 files changed, 97 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gdc.test/compilable/imports/test21098_phobos.d
create mode 100644 gcc/testsuite/gdc.test/compilable/imports/test21098b.d
create mode 100644 gcc/testsuite/gdc.test/compilable/test21098.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 dd6ebc0a347 [PATCH v2] RISC-V: Fixbug for slli + addw + zext.w into sh[ [...]
new 716d39f0a24 RISC-V: Fix vec_duplicate[bimode] expander [PR119572].
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/riscv/autovec.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.