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

--- Comment #6 from David L. <equinox-gccbugs at diac24 dot net> ---
Created attachment 63503
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63503&action=edit
currently testing patch

Now building OpenWrt image (clean from scratch) for mips-24kc/1004Kc system
with this patch added. It'll be a few hours.

-      size = int_size_in_bytes (TREE_TYPE (decl));
+      size = tree_to_uhwi (DECL_SIZE_UNIT (DECL));

(I copied the new line from gcc/config/elfos.h)

Reply via email to