On Sat, 15 Jun 2024, Martin Uecker wrote: > The patch fails on arm because the tests make assumptions > about enums that are not true everywhere. Should we justĀ  > limit the tests to x86? For compilation tests, using -fno-short-enums should work. That won't work for link / execute tests, but in those cases you can use { target { ! short_enums } }. (If there are other issues beyond a short-enums default, other effective-targets may be needed.) -- Joseph S. Myers josmyers@redhat.com