about summary refs log tree commit diff
path: root/tests/ui/asm/may_unwind.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/asm/may_unwind.rs')
-rw-r--r--tests/ui/asm/may_unwind.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/asm/may_unwind.rs b/tests/ui/asm/may_unwind.rs
index 1d4f50d5fe8..0fef317a2cf 100644
--- a/tests/ui/asm/may_unwind.rs
+++ b/tests/ui/asm/may_unwind.rs
@@ -1,6 +1,7 @@
 //@ run-pass
 //@ needs-asm-support
 //@ needs-unwind
+//@ ignore-backends: gcc
 
 #![feature(asm_unwind)]