http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325
--- Comment #21 from davem at gcc dot gnu.org 2011-11-21 21:50:46 UTC --- Author: davem Date: Mon Nov 21 21:50:41 2011 New Revision: 181598 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181598 Log: Revert regression causing changes to store_bit_field_1. Revert 2011-11-16 Andreas Krebbel <andreas.kreb...@de.ibm.com> PR middle-end/50325 * expmed.c (store_bit_field_1): Use extract_bit_field on big endian targets if the source cannot be exactly covered by word mode chunks. Modified: trunk/gcc/ChangeLog trunk/gcc/expmed.c