We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a57be0 commit 4ab8b59Copy full SHA for 4ab8b59
1 file changed
include/ruby/internal/anyargs.h
@@ -82,7 +82,7 @@
82
#if defined(__cplusplus)
83
# include "ruby/backward/cxxanyargs.hpp"
84
85
-#elif defined(_WIN32) || defined(__CYGWIN__)
+#elif (defined(_WIN32) || defined(__CYGWIN__)) && !RBIMPL_COMPILER_SINCE(gcc, 15, 0, 0)
86
# /* Skip due to [Bug #16134] */
87
88
#elif ! RBIMPL_HAS_ATTRIBUTE(transparent_union)
0 commit comments