[Bug target/60880] Wrong assert in promote_duplicated_reg in i386.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60880 --- Comment #2 from Andrew Pinski --- I can't see how this assert will ever hit. I looked into the code and promote_duplicated_reg_to_size cannot be called with "size_needed > 1 || (desired_align > align && desired_align > 1)" being true with va
[Bug target/60880] Wrong assert in promote_duplicated_reg in i386.c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60880 --- Comment #1 from Andrew Pinski --- Has this been fixed?