https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113623
Alex Coplan <acoplan at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rsandifo at gcc dot gnu.org --- Comment #4 from Alex Coplan <acoplan at gcc dot gnu.org> --- I think this is an early RA problem. In asmcons (in function qux), we have: 29: x1:DI=[r122:DI+0x8] 30: x0:DI=[r122:DI] and then in early_ra, we get: 29: x1:DI=[v31:DI+0x8] 30: x0:DI=[v31:DI] CCing Richard S for an opinion.