On Mon, 27 Feb 2023, Jonathan Yong via Gcc-patches wrote:
> This test is for LP64 only, exclude LLP64 too. > Patch OK? I may be confused, but you're not making use of the "llp64" effective target, there instead excluding/including lp64 / ilp32 in sets that not obviously mean "exclude LLP64". To wit, how is "! ilp32" -> "lp64" and "ilp32" -> "! lp64" expressing "! llp64"? brgds, H-P