]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Make constexpr constructors type-checking more permissive
authorPhilip Herron <philip.herron@embecosm.com>
Tue, 27 Sep 2022 10:36:35 +0000 (11:36 +0100)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 31 Jan 2023 13:16:52 +0000 (14:16 +0100)
commit9c60f0e1e5cd5a60d5a057193611aa0c38894cc7
treebf2284c63b1487f2eabc48d7cb2b60a0770a78bb
parente1beb624ff5aca1b0e2a98569c93a91fad99fd63
gccrs: Make constexpr constructors type-checking more permissive

gcc/rust/ChangeLog:

* backend/rust-constexpr.cc (eval_store_expression): Remove invalid
assertion on constexpr constructors.
gcc/rust/backend/rust-constexpr.cc