OSDN Git Service

PR c/43385
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index e6d05fe..f4a22c8 100644 (file)
@@ -1,3 +1,18 @@
+2010-03-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR c/43385
+       * gimplify.c (gimple_boolify): Only recurse on __builtin_expect
+       argument if the argument is truth_value_p.
+
+2010-03-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
+
+       * config/rs6000/constraints.md: Update copyright year for my
+       changes.
+
+       PR target/43484
+       * config/rs6000/rs6000.c (rs6000_split_multireg_move): If r0 is
+       used in reg+reg addressing, swap registers.
+
 2010-03-24  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/43293