On 12/7/21 12:20 PM, Peter Bergner wrote:
>  proc check_effective_target_rop_ok { } {
> -    return [check_effective_target_power10_ok]
> -         && [check_effective_target_powerpc_elfv2]
> +    return [expr { [check_effective_target_power10_ok]
> +                && [check_effective_target_powerpc_elfv2] }]

Speaking with Segher offline, he mentioned that a newline ends a
statement, so the easiest "fix" is to just place the original code
on one line.  That was approved by Segher and committed.  Thanks.

Peter


Reply via email to