https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320
--- Comment #32 from Thomas Preud'homme <thomas.preudhomme at arm dot com> --- (In reply to r...@cebitec.uni-bielefeld.de from comment #31) > > --- Comment #30 from Thomas Preud'homme <thomas.preudhomme at arm dot com> > > --- > > Can you run the test manually under gdb and tell me what is the value for > > the > > "out" variable in hex format? > > Sure: the -O0 test aborts at line 78, where out is > > (gdb) p/x out > $11 = 0x44434241 > (gdb) p (char[4])out > $12 = "DCBA" > > Rainer Are you sure the patch was applied to this test? Line 78 I have "bfin.inval = (struct ok) { 0x83, 0x85, 0x87, 0x89 };" The next abort about this line is under a "if (out == 0x89878583)" so would not abort either. By the way, no need to do a bootstrap again or run the whole testsuite to try this patch, only this test was changed.