summaryrefslogtreecommitdiffstats
path: root/tests/ui/symbol-names/x86-stdcall.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/symbol-names/x86-stdcall.rs')
-rw-r--r--tests/ui/symbol-names/x86-stdcall.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/symbol-names/x86-stdcall.rs b/tests/ui/symbol-names/x86-stdcall.rs
index 9948488c0..43c086dc6 100644
--- a/tests/ui/symbol-names/x86-stdcall.rs
+++ b/tests/ui/symbol-names/x86-stdcall.rs
@@ -1,5 +1,7 @@
// build-pass
-// only-x86-windows
+// only-x86
+// only-windows
+// ignore-gnu - vectorcall is not supported by GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89485
#![crate_type = "cdylib"]
#![feature(abi_vectorcall)]