[Bug target/60880] Wrong assert in promote_duplicated_reg in i386.c

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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 val also being !=
const0_rtx.

[Bug target/60880] Wrong assert in promote_duplicated_reg in i386.c

2016-09-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60880

--- Comment #1 from Andrew Pinski  ---
Has this been fixed?