]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: forever-stack: Use rust_assert instead of assert
authorArthur Cohen <arthur.cohen@embecosm.com>
Mon, 31 Jul 2023 14:13:25 +0000 (16:13 +0200)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 18:00:26 +0000 (19:00 +0100)
commit6db677bac0e24228431d1f20f21dc2bc5b6d00a9
treec07d2593222b4bf76464082cc8f33de88d5dbc60
parentdaae0c5dffa45f5300b9af372e13a6ae3ef56366
gccrs: forever-stack: Use rust_assert instead of assert

This causes complaints by our GCC 4.8 builder.

gcc/rust/ChangeLog:

* resolve/rust-forever-stack.hxx: assert() -> rust_assert()
gcc/rust/resolve/rust-forever-stack.hxx