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]

Re: Dwarf EH bug in dwarf2out.c



  In message <m0xRVWI-0004ecC@ocean.lucon.org>you write:
  > 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.
Just wonderful.  The comment before ASM_OUTPUT_DWARF_STRING is wrong
(claims it is just ASM_OUTPUT_ASCII without the trailing newline).

No big deal.  Easy to fix.

jeff


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