22 Feb
2022
22 Feb
'22
08:46
https://bugzilla.suse.com/show_bug.cgi?id=1196279 https://bugzilla.suse.com/show_bug.cgi?id=1196279#c2 --- Comment #2 from Jiri Slaby <jslaby@suse.com> --- (In reply to Jiri Slaby from comment #1)
Maybe it's __diagnose_as which is causing the recursion, defined in include/linux/compiler_attributes.h as: #if __has_attribute(__diagnose_as_builtin__) # define __diagnose_as(builtin...) __attribute__((__diagnose_as_builtin__(builtin))) #else # define __diagnose_as(builtin...) #endif
Or not, it's not supported by gcc, so it expands to nothing. -- You are receiving this mail because: You are on the CC list for the bug.