[Bug middle-end/105343] Inefficient initialisation in some kinds of structs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105343 --- Comment #3 from Richard Biener --- categorize_ctor_elements computes (gdb) p num_nonzero_elements $3 = 1000 (gdb) p num_unique_nonzero_elements $4 = 1000 (gdb) p num_ctor_elements $5 = 1000 (gdb) p complete_p $6 = false so it fails to com
[Bug middle-end/105343] Inefficient initialisation in some kinds of structs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105343 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|