https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #12 from ofv at wanadoo dot es ---
I don't see other failure messages on the previous dozens of lines but, if they
exist, they are not deemed serious enough to stop the build by the build
system.
BTW, we successfully built gcc-11-dwa
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #10 from ofv at wanadoo dot es ---
Setting CFLAGS/CXXFLAGS/BOOT_CFLAGS to -dwarf-4 has no effect: the build fails
the same.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #9 from ofv at wanadoo dot es ---
With those variables unset the build fails the same.
Other users reported that only DWARF crashes. If the build is configured for
SJLJ or SEH exception models, it completes.
A user speculated that t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #7 from ofv at wanadoo dot es ---
make BOOT_CFLAGS='-O1' V=1 all
make BOOT_CFLAGS='-O0' V=1
both fails the same way as the initial report.
export CFLAGS="-march=i686 -mtune=generic -O0 -pipe"
export CXXFLAGS="-march=i686 -mtune=ge
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #5 from ofv at wanadoo dot es ---
Taken from config.log:
ac_cs_config=" '--prefix=/mingw32' '--with-local-prefix=/mingw32/local'
'--build=i686-w64-mingw32' '--host=i686-w64-mingw32'
'--target=i686-w64-mingw32'
'--with-native-system-h
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
--- Comment #4 from ofv at wanadoo dot es ---
(In reply to Eric Botcazou from comment #3)
> We definitely cannot investigate this without more information, in
> particular the configure line. Barring that, you might want to try with the
> curren
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100486
ofv at wanadoo dot es changed:
What|Removed |Added
CC||ofv at wanadoo dot es
--- Commen