https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62631
--- Comment #13 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- Author: ebotcazou Date: Tue Feb 3 09:56:45 2015 New Revision: 220369 URL: https://gcc.gnu.org/viewcvs?rev=220369&root=gcc&view=rev Log: PR target/62631 * config/sparc/sparc.h (TARGET_HARD_MUL): Remove TARGET_V8PLUS. (TARGET_HARD_MUL32): Rewrite based on TARGET_HARD_MUL. * config/sparc/sparc.c (sparc_rtx_costs) <MULT>: Return costs based on int_mulX for integers in 64-bit mode if TARGET_HARD_MUL is not set. Modified: trunk/gcc/ChangeLog trunk/gcc/config/sparc/sparc.c trunk/gcc/config/sparc/sparc.h