[Bug middle-end/105853] [13 regression] ice in pieces_addr constructor

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Sun Jun 5 07:34:50 GMT 2022


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

--- Comment #1 from David Binderman <dcb314 at hotmail dot com> ---
Reduced C code seems to be:

struct {
  struct {
    short e16[3];
  }
} const eth_addr_zero = {{}};
void compose_nd_na_ipv6_src() { packet_set_nd(eth_addr_zero); }

Note no -march= setting is required.


More information about the Gcc-bugs mailing list