OSDN Git Service

2012-02-01 Tristan Gingold <gingold@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index c15f4ea..f2025eb 100644 (file)
@@ -1,3 +1,64 @@
+2012-02-01  Tristan Gingold  <gingold@adacore.com>
+
+       * c-typeck.c (composite_type): Keep mode for pointers.
+
+2012-01-31  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * function.h (regno_reg_rtx): Adjust comment.
+       * reginfo.c (init_reg_modes_target): Only use the previous mode
+       if it fits within one register.  Remove MIPS comment.
+
+2012-01-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/52058
+       * combine.c (do_SUBST_LINK, SUBST_LINK): Guard with #ifndef HAVE_cc0.
+
+2012-01-31  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+       * config/s390/s390.md ("*ashr<mode>3_and"): Add missing z196 flag
+       to srak instruction.
+
+2012-01-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
+
+       config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true
+       condition.
+
+2012-01-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/52041
+       PR bootstrap/52039
+       PR target/51974
+       * ipa-prop.c (detect_type_change_1): Call ao_ref_init.
+
+2012-01-31  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/51528
+       * tree-sra.c (sra_modify_assign): Avoid copy-in/out for aggregate
+       assigns.
+
+2012-01-31  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/52041
+       PR bootstrap/52039
+       PR target/51974
+       * ree.c (add_removable_extension): Change def_map argument
+       to unsigned *, store in def_map 1 + offset into *insn_list vector
+       instead of pointers into the vector.
+       (find_removable_extensions): Adjust caller.
+
+2012-01-30  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.md: Resolve all AS1 and AS2 macros.
+       Transform all "* quoted-c-code" to { c-code }.
+       Remove redundant test for "optimize" in combine patterns.
+       Move (include "avr-dimode.md") to end of file.
+
+2012-01-30  Bin Cheng  <bin.cheng@arm.com>
+
+       PR target/51835
+       * config/arm/arm.c (arm_libcall_uses_aapcs_base): Use correct ABI
+       for __aeabi_d2iz/__aeabi_d2uiz with hard-float.
+
 2012-01-30  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/52028