On Thu, 7 Aug 2025, David Faust wrote: > Changes from v6: > - Patch 1: Check for and reject wide string arguments in the attribute > handlers. Factor common argument checking shared by both attribute > handlers to a small helper.
I think there should be testcases for this error (with L", U" and u" strings), as well as for the error for arguments that aren't string literals at all. (And also test that u8" strings are accepted.) -- Joseph S. Myers josmy...@redhat.com