OSDN Git Service

2010-12-09 Martin Jambor <mjambor@suse.cz>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index e1c64a5..7c380d3 100644 (file)
@@ -1,3 +1,99 @@
+2010-12-09  Martin Jambor  <mjambor@suse.cz>
+
+       * ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.
+       * ipa-prop.c (ipa_modify_call_arguments): Use it.
+       * tree-sra.c (splice_param_accesses): Test that all accesses have the
+       same alias reference type.
+       (turn_representatives_into_adjustments): Set alias_ptr_type of the
+       adjustment.
+
+2010-12-09  Martin Jambor  <mjambor@suse.cz>
+
+       PR middle-end/46734
+       * tree-sra.c (splice_param_accesses): Check that there are not
+       multiple ADDRESSABLE types.
+
+2010-12-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/arc/arc.h (ASM_SPEC): Remove %{v}.
+       * config/bfin/bfin.h (ASM_SPEC): Remove %{v}.
+       * config/cris/cris.h (ASM_SPEC): Remove %{v:-v}.
+       * config/fr30/fr30.h (ASM_SPEC): Remove %{v}.
+       * config/frv/frv.h (ASM_SPEC): Remove %{v}.
+       * config/i386/linux.h (ASM_SPEC): Remove %{v}.
+       * config/i386/linux64.h (ASM_SPEC): Remove %{v}.
+       * config/i386/mingw-w64.h (ASM_SPEC): Remove %{v}.
+       * config/i386/sol2-10.h (ASM_SPEC): Remove %{v}.
+       * config/i386/vxworks.h (ASM_SPEC): Remove %{v}.
+       * config/i386/x86-64.h (ASM_SPEC): Remove %{v}.
+       * config/lm32/lm32.h (ASM_SPEC): Remove %{v}.
+       * config/m32r/m32r.h (ASM_SPEC): Remove %{v}.
+       * config/m68k/linux.h (ASM_SPEC): Remove %{v:-V}.
+       * config/microblaze/microblaze.h (ASM_SPEC): Remove %{v}.
+       * config/mips/mips.h (ASM_SPEC): Remove %{v}.
+       * config/mips/vxworks.h (ASM_SPEC): Remove %{v}.
+       * config/pa/pa-linux.h (ASM_SPEC): Remove %{v:-V}.
+       * config/rs6000/freebsd.h (SVR4_ASM_SPEC): Remove %{v}.
+       * config/rs6000/linux64.h (ASM_SPEC): Remove %{v:-V}.
+       * config/rs6000/vxworks.h (ASM_SPEC): Remove %{v:-v}.
+       * config/sparc/openbsd64.h (ASM_SPEC): Remove %{v:-V}.
+       * config/svr4.h (SVR4_ASM_SPEC): Remove %{v:-V}.
+       * config/xtensa/elf.h (ASM_SPEC): Remove %{v}.
+       * config/xtensa/linux.h (ASM_SPEC): Remove %{v}.
+
+2010-12-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/i386/openbsdelf.h (LINK_SPEC): Use %{r:} not %{r*:}.
+       * config/mips/openbsd.h (LINK_SPEC): Use %{r:} not %{r*:}.
+       * config/netbsd-aout.h (NETBSD_LINK_SPEC_AOUT): Use %{r:} not
+       %{r*:}.
+       * config/netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Use %{r:} not
+       %{r*:}.
+       * config/sparc/openbsd64.h (LINK_SPEC): Use %{r:} not %{r*:}.
+       * config/vax/netbsd-elf.h (LINK_SPEC): Use %{r:} not %{r*:}.
+
+2010-12-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/alpha/freebsd.h (LINK_SPEC): Don't use
+       %{!dynamic-linker:}.
+       * config/alpha/linux-elf.h (LINK_SPEC): Likewise.
+       * config/arm/freebsd.h (LINK_SPEC): Likewise.
+       * config/arm/linux-elf.h (LINUX_TARGET_LINK_SPEC): Likewise.
+       * config/bfin/linux.h (LINK_SPEC): Likewise.
+       * config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Likewise.
+       * config/frv/linux.h (LINK_SPEC): Likewise.
+       * config/i386/freebsd.h (LINK_SPEC): Likewise.
+       * config/i386/freebsd64.h (LINK_SPEC): Likewise.
+       * config/i386/linux.h (LINK_SPEC): Likewise.
+       * config/i386/linux64.h (LINK_SPEC): Likewise.
+       * config/i386/openbsdelf.h (LINK_SPEC): Likewise.
+       * config/ia64/freebsd.h (LINK_SPEC): Likewise.
+       * config/ia64/linux.h (LINK_SPEC): Likewise.
+       * config/lm32/uclinux-elf.h (LINK_SPEC): Likewise.
+       * config/m32r/linux.h (LINK_SPEC): Likewise.
+       * config/m68k/linux.h (LINK_SPEC): Likewise.
+       * config/microblaze/linux.h (LINK_SPEC): Likewise.
+       * config/mips/linux.h (LINK_SPEC): Likewise.
+       * config/mips/linux64.h (LINK_SPEC): Likewise.
+       * config/mips/openbsd.h (LINK_SPEC): Likewise.
+       * config/mn10300/linux.h (LINK_SPEC): Likewise.
+       * config/netbsd-elf.h (LINK_SPEC): Likewise.
+       * config/pa/pa-linux.h (LINK_SPEC): Likewise.
+       * config/rs6000/linux64.h (LINK_OS_LINUX_SPEC32,
+       LINK_OS_LINUX_SPEC64): Likewise.
+       * config/rs6000/sysv4.h (LINK_OS_FREEBSD_SPEC,
+       LINK_OS_LINUX_SPEC, LINK_OS_GNU_SPEC, LINK_OS_NETBSD_SPEC):
+       Likewise.
+       * config/s390/linux.h (LINK_SPEC): Likewise.
+       * config/sh/linux.h (SUBTARGET_LINK_SPEC): Likewise.
+       * config/sparc/freebsd.h (LINK_SPEC): Likewise.
+       * config/sparc/linux.h (LINK_SPEC): Likewise.
+       * config/sparc/linux64.h (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC,
+       LINK_SPEC): Likewise.
+       * config/sparc/openbsd64.h (LINK_SPEC): Likewise.
+       * config/vax/linux.h (LINK_SPEC): Likewise.
+       * config/xtensa/linux.h (LINK_SPEC): Likewise.
+
 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
 
        * config/bfin/bfin.h (ASM_SPEC): Remove %{n} and %{T}.