Dwarf EH bug in dwarf2out.c

H.J. Lu hjl@lucon.org
Fri Oct 31 20:50:00 GMT 1997


Hi,

dwarf2out.c uses ASM_OUTPUT_ASCII to output "eh",

	.ascii "eh"

in asm code,  which is not '\0' terminated. But frame.c assumes it
is and use strcmp/strlen on it. It doesn't work at all.


-- 
H.J. Lu (hjl@gnu.ai.mit.edu)



More information about the Gcc mailing list