]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Add test case to show issue is fixed
authorPhilip Herron <herron.philip@googlemail.com>
Thu, 17 Apr 2025 15:04:55 +0000 (16:04 +0100)
committerPhilip Herron <philip.herron@embecosm.com>
Fri, 18 Apr 2025 09:42:18 +0000 (09:42 +0000)
commit701094f4908d9b31e9c712c04f02c443576cf903
tree11f8529d266cfe1c891b3385ecd1d388a076ff44
parentd85328baf00510fce8b5d3843f731023e12944b1
gccrs: Add test case to show issue is fixed

This was already fixed in: bb01719f0e1 but we require fn_once lang item
to be defined as we are working on libcore support still.

Fixes Rust-GCC#3711

gcc/testsuite/ChangeLog:

* rust/compile/issue-3711.rs: New test.

Signed-off-by: Philip Herron <herron.philip@googlemail.com>
gcc/testsuite/rust/compile/issue-3711.rs [new file with mode: 0644]