Re: PING [PATCH] Avoid a warning of overflow

2022-03-21 Thread Arnaud Charlet via Gcc-patches
> This warning will become ERROR in stage2 of bootstrap when use > " make BOOT_CFLAGS='-O0' BOOT_CXXFLAGS='-O0' " command. > So it is better to fix this warning. > There are other similar warnings. I will submit patches one by one. > > Tested on x86_64. OK for trunk? This is OK (pretty much obv

PING [PATCH] Avoid a warning of overflow

2022-03-21 Thread qianjh--- via Gcc-patches
Hi This warning will become ERROR in stage2 of bootstrap when use " make BOOT_CFLAGS='-O0' BOOT_CXXFLAGS='-O0' " command. So it is better to fix this warning. There are other similar warnings. I will submit patches one by one. Tested on x86_64. OK for trunk? > -Original Message- > Fro