[Bug lto/98912] valgrind error in default_elf_asm_output_ascii

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Feb 1 14:47:49 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98912

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-02-01
             Status|UNCONFIRMED                 |WAITING

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Hm, this one is about streaming of 

  lto_section s
    = { LTO_major_version, LTO_minor_version, slim_object, 0 };
  s.set_compression (compression);
  lto_write_data (&s, sizeof s);

where sizeof s == 8.

I cannot reproduce it..


More information about the Gcc-bugs mailing list