This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Dwarf EH bug in dwarf2out.c


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]