Peter Maydell <peter.mayd...@linaro.org> writes: > On Thu, 9 May 2019 at 09:32, Markus Armbruster <arm...@redhat.com> wrote: >> >> Alex Bennée <alex.ben...@linaro.org> writes: >> > I couldn't replicate the bug with access to my s390 account so I think >> > it might be existing build artefact related which is odd. >> >> Any ideas on how to debug this further? > > It's consistently failed for me both times I've tried > to merge the pullreq, on both s390 and ppc (which is > doing a straightforward 'git merge, then do an incremental > build out-of-tree'). Alex has access to the s390 box, > and there's a ppc box in the gcc compile farm...
I tried to reproduce on a ppc64 box in the gcc compile farm, no dice. I double-checked config-host.h has #define HOST_WORDS_BIGENDIAN 1. Clutching at straws... you say you tried "an incremental build out-of-tree". I also built out-of-tree, but it wasn't incremental. Could you try a non-incremental build just to exclude the possibility something wonky in your build tree is breaking "make check" for you?