Re: GCC 13 bootstrap failure on i686-w64-mingw32

2022-11-21 Thread Jonathan Wakely via Gcc
On Mon, 21 Nov 2022 at 13:56, David Edelsohn wrote: > > Yes, AIX as well. It got reported as PR 107780.

Re: GCC 13 bootstrap failure on i686-w64-mingw32

2022-11-21 Thread David Edelsohn via Gcc
Yes, AIX as well. Thanks, David On Sun, Nov 20, 2022 at 2:18 PM Jonathan Wakely via Gcc wrote: > This fails on macOS too (and probably everything non-gnu). > > On Sun, 20 Nov 2022, 12:36 LIU Hao via Gcc, wrote: > > > This is caused by 2efb237ffc68ec9bb17982434f5941bfa14f8b50, which has > > ref

Re: GCC 13 bootstrap failure on i686-w64-mingw32

2022-11-20 Thread Jonathan Wakely via Gcc
This fails on macOS too (and probably everything non-gnu). On Sun, 20 Nov 2022, 12:36 LIU Hao via Gcc, wrote: > This is caused by 2efb237ffc68ec9bb17982434f5941bfa14f8b50, which has > references to `strchrnul`, > which does not exist on i686w-64-mingw32: > >``` >g++ -std=c++11 -fno-PIE

GCC 13 bootstrap failure on i686-w64-mingw32

2022-11-20 Thread LIU Hao via Gcc
This is caused by 2efb237ffc68ec9bb17982434f5941bfa14f8b50, which has references to `strchrnul`, which does not exist on i686w-64-mingw32: ``` g++ -std=c++11 -fno-PIE -c -DIN_GCC_FRONTEND -g -D__USE_MINGW_ACCESS -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno