http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51192
--- Comment #1 from rsandifo at gcc dot gnu.org <rsandifo at gcc dot gnu.org> 2012-01-17 20:37:59 UTC --- Author: rsandifo Date: Tue Jan 17 20:37:46 2012 New Revision: 183262 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183262 Log: gcc/ 2012-01-17 Andreas Krebbel <andreas.kreb...@de.ibm.com> Richard Sandiford <rdsandif...@googlemail.com> PR middle-end/50325 PR middle-end/51192 * optabs.h (simplify_expand_binop): Declare. * optabs.c (simplify_expand_binop): Make global. * expmed.c (store_bit_field_1): Use simplify_expand_binop on big endian targets if the source cannot be exactly covered by word mode chunks. Modified: trunk/gcc/ChangeLog trunk/gcc/expmed.c trunk/gcc/optabs.c trunk/gcc/optabs.h