https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61320
--- Comment #31 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- > --- 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