OSDN Git Service

Remove extra '('.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index fdb25f6..ab7cc07 100644 (file)
@@ -1,3 +1,24 @@
+2009-05-06  Janis Johnson  <janis187@us.ibm.com>
+
+       PR middle-end/39986
+       * dfp.c (encode_decimal32, decode_decimal32, encode_decimal64,
+       decode_decimal64, encode_decimal128, decode_decimal128): Avoid
+       32-bit memcpy into long.
+
+2009-05-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2out.c (new_reg_loc_descr): Don't ever create DW_OP_regX.
+       (one_reg_loc_descriptor): Create DW_OP_regX here instead of calling
+       new_reg_loc_descr.
+       (loc_by_reference): If loc is DW_OP_regX, change it into DW_OP_bregX 0
+       instead of appending DW_OP_deref*.
+
+2009-05-06  Michael Matz  <matz@suse.de>
+
+       PR middle-end/40021
+       * cfgexpand.c (maybe_cleanup_end_of_block): New static function.
+       (expand_gimple_cond): Use it to cleanup CFG and superfluous jumps.
+
 2009-05-06  Rafael Avila de Espindola  <espindola@google.com>
 
        * Makefile.in (install-plugin): Fix srcdir handling.
@@ -12,7 +33,7 @@
 
 2009-05-06  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * config/i386/i386.md ((unnamed inc/dec peephole): Use
+       * config/i386/i386.md (unnamed inc/dec peephole): Use
        optimize_insn_for_size_p instead
        of optimize_size.
        * config/i386/predicates.md (incdec_operand): Likewise.