about summary refs log tree commit diff
path: root/tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs')
-rw-r--r--tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs b/tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs
index a44eb3828d0..1fc3409c1f9 100644
--- a/tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs
+++ b/tests/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs
@@ -48,6 +48,7 @@
 //@[fat1]compile-flags: -C opt-level=1 -C lto=fat
 //@[fat2]compile-flags: -C opt-level=2 -C lto=fat
 //@[fat3]compile-flags: -C opt-level=3 -C lto=fat
+//@ ignore-backends: gcc
 
 fn main() {
     use std::sync::atomic::{AtomicUsize, Ordering};