On 6/22/2022 11:30 AM, Iain Buclaw via Gcc-patches wrote:
Hi,

Since around GCC 10, the condition `j < (INTMAX_MAX / 10)' will get
optimized into `j != 922337203685477580', which will result in an
infinite loop for certain inputs of `j'.

This patch just copies the condition already used by the -DTILEPRO
generator code, which doesn't fall into the same trap.

OK for mainline?  OK for backporting to all open release branches?
Sure, but note the tile ports have been deprecated for a long time and I've got a TODO to finally remove them.

jeff

Reply via email to