https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55212
--- Comment #182 from John Paul Adrian Glaubitz <glaubitz at physik dot 
fu-berlin.de> ---
(In reply to John Paul Adrian Glaubitz from comment #181)
> Just as a heads-up: I am currently performing extensive testing to be able
> to generate anything useful from testsuite results to a usable backtrace.
> For that, I am building GCC natively with various options on sh4.
> 
> Will report back as soon as I have something.

With the following patches applied

- 58832
- 58833
- 58883
- 58905

and LRA enabled by default, I am seeing the same segfault on git master with:

"../configure --disable-multilib --enable-multiarch --enable-bootstrap
--enable-languages=c,c++"

but not with

./configure --disable-multilib --enable-multiarch --disable-bootstrap
--enable-languages=c,c++

I wonder whether this is related to "[committed] Fix m68k bootstrap segfault
with late-combine" for m68k. I will revert the late combine change and see if
that helps.

Reply via email to