http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50873
--- Comment #4 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2011-12-12 15:18:29 UTC --- Author: rsandifo Date: Mon Dec 12 15:18:24 2011 New Revision: 182244 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182244 Log: gcc/ PR middle-end/50873 * optabs.c (maybe_legitimize_operand_same_code): Use copy_to_mode_reg instead of force_reg. Do nothing if the address is already a non-virtual pseudo register. Modified: trunk/gcc/ChangeLog trunk/gcc/optabs.c