]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Fix ODR violations
authorOwen Avery <powerboat9.gamer@gmail.com>
Sat, 2 Sep 2023 00:46:20 +0000 (20:46 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:04:30 +0000 (19:04 +0100)
commit078158a3b98f7629032ece4033724fbd8709756c
treef6a6e407e7beb8cd54dbd1ee7ea12cf7d0d09a20
parent52ad16ef37df3cb71a26dea759a3caefab17ae36
gccrs: Fix ODR violations

gcc/rust/ChangeLog:

* backend/rust-constexpr.cc
(struct constexpr_fundef): Rename to ...
(struct rust_constexpr_fundef): ... here.
(struct constexpr_call): Rename to ...
(struct rust_constexpr_call): ... here.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
gcc/rust/backend/rust-constexpr.cc