Skip to content

Commit bbcbb6f

Browse files
committed
ignore x86-stdcall on mingw
1 parent 48bea63 commit bbcbb6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/symbol-names/x86-stdcall.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// build-pass
22
// only-x86
33
// only-windows
4+
// ignore-gnu - vectorcall is not supported by GCC: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89485
45
#![crate_type = "cdylib"]
56
#![feature(abi_vectorcall)]
67

0 commit comments

Comments
 (0)