On 2023-03-25 14:24, Paul Eggert wrote:
# if __GNUC_PREREQ (7,0) || __glibc_has_attribute (__fallthrough__)
Come to think of it this could be simplified further, to just: # if __glibc_has_attribute (__fallthrough__) since GCC started supporting __has_attribute in GCC 5.