gccrs: constexpr: Add `rust_sorry_at` in places relying on init values
authorArthur Cohen <arthur.cohen@embecosm.com>
Mon, 24 Oct 2022 11:20:41 +0000 (13:20 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 21 Feb 2023 11:36:42 +0000 (12:36 +0100)
commit514284ecd97f2f42948f17a244b790c26f637716
tree1f496349f33c59cce6b93bbc995e0d0cf56f4983
parent782e070374acd7e20a883958d5e0c30f2b032338
gccrs: constexpr: Add `rust_sorry_at` in places relying on init values

gcc/rust/ChangeLog:

* backend/rust-constexpr.cc (build_anon_member_initialization): Workaround uninitialized
values.
(build_data_member_initialization): Likewise.
gcc/rust/backend/rust-constexpr.cc