Skip to content

Commit 4ab8b59

Browse files
committed
[Bug #21286] enable dispatch by arity on gcc 15
1 parent 7a57be0 commit 4ab8b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ruby/internal/anyargs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#if defined(__cplusplus)
8383
# include "ruby/backward/cxxanyargs.hpp"
8484

85-
#elif defined(_WIN32) || defined(__CYGWIN__)
85+
#elif (defined(_WIN32) || defined(__CYGWIN__)) && !RBIMPL_COMPILER_SINCE(gcc, 15, 0, 0)
8686
# /* Skip due to [Bug #16134] */
8787

8888
#elif ! RBIMPL_HAS_ATTRIBUTE(transparent_union)

0 commit comments

Comments
 (0)