]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: add two more tests to test try-catch (unwind) code generation
authorliushuyu <liushuyu011@gmail.com>
Mon, 2 Dec 2024 21:52:35 +0000 (14:52 -0700)
committerArthur Cohen <arthur.cohen@embecosm.com>
Fri, 21 Mar 2025 11:56:56 +0000 (12:56 +0100)
commit5b7583c68aa4ec1b51d83f892744ffa44ec4a605
treeae3464cd22d5770faf9df57777ae4754fab29ff0
parent33462c81bb01469837c0cfe5039963b53495481a
gccrs: add two more tests to test try-catch (unwind) code generation

gcc/testsuite/ChangeLog:
* rust/compile/try-catch-unwind-old.rs: add a test to test the older
try intrinsics from plain old Rust to v1.78.0
* rust/compile/try-catch-unwind-new.rs: add a test to test the newer
catch_unwind instrinsics since Rust v1.78.0
gcc/testsuite/rust/compile/try-catch-unwind-new.rs [new file with mode: 0644]
gcc/testsuite/rust/compile/try-catch-unwind-old.rs [new file with mode: 0644]