[Bug bootstrap/61320] [4.10 regression] ICE in jcf-parse.c:1622 (parse_class_file
ro at CeBiTec dot Uni-Bielefeld.DE
gcc-bugzilla@gcc.gnu.org
Fri Jun 6 09:03:00 GMT 2014
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
More information about the Gcc-bugs
mailing list