re PR middle-end/50325 (76 new fails with rev. 177691)
[gcc.git] / gcc / ChangeLog
index fbd93bb6313a8878ea9702f5b53848086b70b7ee..6def41fee76b7b8fdf0130f551556cd51765aa4f 100644 (file)
@@ -1,3 +1,14 @@
+2012-01-17  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+           Richard Sandiford  <rdsandiford@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.
+
 2012-01-17  Jakub Jelinek  <jakub@redhat.com>
 
        PR bootstrap/51872