http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50325
Andreas Krebbel <krebbel at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Andreas Krebbel <krebbel at gcc dot gnu.org> 2011-11-16 09:32:11 UTC --- (In reply to comment #10) > Author: krebbel > Date: Wed Nov 16 09:27:56 2011 > New Revision: 181405 > > URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181405 > Log: > 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 Fixed.