On Thu, 23 Jun 2022, Alexandre Oliva via Gcc-patches wrote:
> +proc check_effective_target_two_plus_gigs { } {
> + return [check_no_compiler_messages two_plus_gigs executable {
> + int dummy[0x80000000];Don't you mean "char" as in "char dummy[0x80000000]"? Or else the effective predicate is effectively eight_plus_gigs (for targets where sizeof(int) == 4, i.e. most). brgds, H-P
