On 5/5/26 09:01, Waffl3x wrote:
One static_assert incorrectly used '_Alignof' instead of 'alignof', this was most likely a typo as 'alignof' was used appropriately elsewhere. This patch changes it to 'alignof' for C++.This was likely missed because this case is not enabled for C++ yet. It will be moved to libgomp.c-c++-common in a later patch. libgomp/ChangeLog: * testsuite/libgomp.c/allocate-7.c: _Alignof to alignof.
IMO, this patch qualifies as "obvious". -Sandra
