OSDN Git Service

2010-01-27 Matthias Klose <doko@ubuntu.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 3af8ee3..75c6cbf 100644 (file)
@@ -1,8 +1,90 @@
+2010-01-27  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac (gnu-unique-object): Fix ldd version check.
+       * configure: Regenerate.
+
+2010-01-27  Wei Guozhi  <carrot@google.com>
+
+        PR target/42671
+        * config/arm/arm.c (arm_load_pic_register): Use the same code
+       sequence with Thumb2 as for Thumb1.
+        * config/arm/arm.md (pic_add_dot_plus_four): Enable this pattern
+       for all Thumb varieties.
+
+2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config/sparc/sparc.c (sparc_elf_asm_named_section): Test for
+       HAVE_GNU_AS value.
+       * config/sparc/sysv4.h [HAVE_GNU_AS] (TARGET_ASM_NAMED_SECTION):
+       Test for HAVE_GNU_AS value.
+
+2010-01-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * config.gcc (mips-sgi-irix[56]*): Set use_gcc_stdint.
+       * config/mips/iris.h (INT8_TYPE, INT16_TYPE, INT32_TYPE,
+       INT64_TYPE): Define.
+       (UINT8_TYPE, UINT16_TYPE, UINT32_TYPE, UINT64_TYPE): Define.
+       (INT_LEAST8_TYPE, INT_LEAST16_TYPE, INT_LEAST32_TYPE,
+       INT_LEAST64_TYPE): Define.
+       (UINT_LEAST8_TYPE, UINT_LEAST16_TYPE, UINT_LEAST32_TYPE,
+       UINT_LEAST64_TYPE): Define.
+       (INT_FAST8_TYPE, INT_FAST16_TYPE, INT_FAST32_TYPE)
+       INT_FAST64_TYPE): Define.
+       (UINT_FAST8_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE,
+       UINT_FAST64_TYPE): Define.
+       (INTMAX_TYPE, UINTMAX_TYPE): Define.
+       (INTPTR_TYPE, UINTPTR_TYPE): Define.
+       (SIG_ATOMIC_TYPE): Define.
+
+2010-01-26  Richard Guenther  <rguenther@suse.de>
+
+       * df-scan.c (df_scan_set_bb_info): Remove assert.
+       (df_insn_rescan_debug_internal): Merge asserts.
+       (df_install_ref): Likewise.
+       (df_mark_reg): Use bitmap_set_range.
+       (df_hard_reg_used_p): Remove assert.
+       (df_hard_reg_used_count): Likewise.
+
+2010-01-26  Richard Guenther  <rguenther@suse.de>
+
+       PR rtl-optimization/42685
+       * web.c (web_main): Ignore DEBUG_INSNs.
+
+2010-01-26  Joern Rennecke  <amylaar@spamcop.net>
+
+       * doc/tm.texi (TARGET_HANDLE_C_OPTION): Explain arguments.
+
+       (TARGET_RESOLVE_OVERLOADED_BUILTIN): Add loc parameter.
+       Fix types of fndecl and arglist parameters.
+
+2010-01-26  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/42806
+       * tree-eh.c (unsplit_eh): Skip debug insns.
+
+2010-01-26  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/42250
+       * ipa-type-escape.c (type_escape_execute): Do not analyze clones.
+
+2010-01-26  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/42866
+       * omp-low.c (expand_omp_sections): Only use single_pred if
+       l2_bb is single_pred_p.
+
+2010-01-25  Christian Bruel  <christian.bruel@st.com>
+
+       PR target/42841
+       * config/sh/sh.c (find_barrier): Increase length for non delayed
+       conditional branches.
+       (sh_insn_length_adjustment): Use JUMP_TABLE_DATA_P.
+
 2010-01-24  David S. Miller  <davem@davemloft.net>
 
-       * gcc/config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
+       * config/sparc/sysv4.h (TARGET_ASM_NAMED_SECTION): Only
        define if not using GAS.
-       * gcc/config/sparc/sparc.c (sparc_elf_asm_named_section):
+       * config/sparc/sparc.c (sparc_elf_asm_named_section):
        Likewise.  Delete SECTION_MERGE code, which is only applicable
        when using GAS.
 
        (reassociate_to_the_same_stmt): Handle vector registers.
        * tree-vect-data-refs.c (vect_equal_offsets): Handle unary operations
        (e.g. conversions).
-       * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add 
+       * tree-vect-loop-manip.c (vect_gen_niters_for_prolog_loop): Add
        wide_prolog_niters argument, emit widening instructions.
        (vect_do_peeling_for_alignment): Adjust caller, use widened
        variant of the iteration cound.
 
        (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Add missing article.
 
-       (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was 
+       (TARGET_OPTION_VALID_ATTRIBUTE_P): Fix name, it was
        misspelled as TARGET_VALID_OPTION_ATTRIBUTE_P.
 
        (TARGET_GET_PCH_VALIDITY): Put 'void *' in braces.