c-common.c (c_common_attributes): Add gnu_inline attribyte.
[gcc.git] / gcc / ChangeLog
index 72ee3fe5a0b7a1f2057925415da35d7796e991ef..38eed0db8bdf9deb970bb1251515cdded17e6bfc 100644 (file)
@@ -1,3 +1,126 @@
+2006-11-07  Jakub Jelinek  <jakub@redhat.com>
+
+       * c-common.c (c_common_attributes): Add gnu_inline attribyte.
+       (handle_gnu_inline_attribute): New function.
+       * c-decl.c (diagnose_mismatched_decls): Handle gnu_inline attribute.
+       (merge_decls, start_decl, start_function): Likewise.
+       * doc/extend.texi: Document gnu_inline attribute.
+
+2006-11-07  Steve Ellcey  <sje@cup.hp.com>
+
+       PR other/25028
+       * config/ia64/t-hpux (LIB1ASMFUNCS):  Filter out _fixtfdi,
+       _fixunstfdi, and  _floatditf
+
+2006-11-06  Anatoly Sokolov <aesok@post.ru>
+
+       * config/avr/avr-protos.h (mask_one_bit_p, const_int_pow2_p): Remove 
+       prototype.
+       * config/avr/avr.c (mask_one_bit_p, const_int_pow2_p): Remove.
+       (output_movhi, ashlhi3_out, ashlsi3_out, ashrhi3_out, ashrsi3_out,
+       lshrhi3_out, lshrsi3_out): Remove unnecessary code for handling value
+       which start in an odd register.
+
+2006-11-07  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/mips/mips.h (ISA_HAS_PREFETCHX): Fix typo.
+
+2006-11-07  Josh Conner  <jconner@apple.com>
+
+       * doc/invoke.texi (fstrict-aliasing): Move implementation
+       details...
+       * doc/tree-ssa.texi (Alias analysis): ...here.
+
+2006-11-07  Richard Guenther  <rguenther@suse.de>
+
+       PR tree-optimization/29610
+       * tree-cfgcleanup.c (cleanup_control_flow): Honor return value
+       of tree_purge_dead_eh_edges as it may free dominators.
+
+       * g++.dg/other/pr29610.C: New testcase.
+
+2006-11-07  David Ung  <davidu@mips.com>
+
+       * config/mips/mips.c (mips_rtx_cost_optimize_size): New table of
+       costs when optimizing for size.
+       (override_options): Use mips_rtx_cost_optimize_size table for cost
+       calculations.
+
+2006-11-07  Jie Zhang  <jie.zhang@analog.com>
+
+       * gcc.c (process_command): Treat -b as normal switch if its argument
+       has no dash.
+       
+2006-11-07  David Ung  <davidu@mips.com>
+       
+       * config/mips/mips.h (ISA_HAS_PREFETCHX): Add ISA_MIPS32R2 to the
+       list.
+
+2006-11-06  Eric Christopher  <echristo@apple.com>
+
+       * config.gcc: Add x86_64-darwin host support.
+       * config.host: Ditto.
+       * config/i386/darwin64.h: New file.
+       * config/i386/t-darwin64: Ditto.
+
+2006-11-06  Janis Johnson  <janis187@us.ibm.com>
+
+       * gcc/doc/sourcebuild.texi (Test Directives): Add output-exists
+       and output-exists-not.
+
+2006-11-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
+
+       PR tree-opt/29439
+       * tree-vrp.c (vrp_int_const_binop): Use the correct tree when
+       checking for overflow.
+
+2006-11-06  Jan van Dijk  <jan@etpmod.phys.tue.nl>
+
+       * configure.ac: Fixed typo in case statement: :: changed to ;;
+
+2006-11-06  Bob Wilson  <bob.wilson@acm.org>
+
+       * longlong.h (__xtensa__): Add definitions for umul_ppmm, __umulsidi3,
+       count_leading_zeros, and count_trailing_zeros.
+       * config/xtensa/xtensa.c (TARGET_INIT_BUILTINS): Define.
+       (TARGET_FOLD_BUILTIN): Define.
+       (TARGET_EXPAND_BUILTIN): Define.
+       (xtensa_init_builtins): New.
+       (xtensa_fold_builtin): New.
+       (xtensa_expand_builtin): New.
+       (xtensa_rtx_costs): Add CTZ and CLZ.  Adjust costs for MULT.
+       * config/xtensa/xtensa.h (TARGET_MUL32_HIGH): Define.
+       (CLZ_DEFINED_VALUE_AT_ZERO): Define.
+       (CTZ_DEFINED_VALUE_AT_ZERO): Define.
+       * config/xtensa/xtensa.md (UNSPEC_NSAU): Remove.
+       (any_extend): New code macro.
+       (u, su): New code attributes.
+       (<u>mulsidi3, <u>mulsi3_highpart, clzsi2, ctzsi2): New.
+       (nsau): Remove; replaced by clzsi2.
+       (ffssi2): Use clzsi2.
+       * config/xtensa/t-xtensa (LIB1ASMFUNCS): Add _umulsidi3,
+       _clzsi2, _ctzsi2, and _ffssi2.  Rename _nsau to _clz.
+       * config/xtensa/lib1funcs.asm (__mulsi3): Support Mul32 option.
+       (__umulsidi3, __clzsi2, __ctzsi2, __ffssi2): New.
+       (__nsau_data): Guard with ifdef L_clz instead of L_nsau.
+
+2006-11-06  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * config/arm/t-strongarm-pe: (TARGET_LIBGCC2_CFLAGS): Do no
+       set inhibit_libc.
+       * config/arm/t-strongarm-elf: Likewise.
+       * config/arm/t-pe: Likewise.
+       * config/arm/t-arm-elf: Likewise.
+       * config/arm/t-xscale-elf: Likewise.
+       * config/arm/t-arm-coff: Likewise.
+       * config/arm/t-xscale-coff: Likewise.
+       * config/arm/t-wince-pe: Likewise.
+
+2006-11-05  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       * config/sh/lib1funcs-4-300.asm: Guard entire file with
+        #if !__SHMEDIA__ .
+
 2006-11-05  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/29695
        (arm_override_options): Set arm_default_cpu.
 
 2006-11-03  David Ung  <davidu@mips.com>
-       
+
        * config/mips/mips.h (processor_type): Removed PROCESSOR_24K, add
        PROCESSOR_24KC and PROCESSOR_24KF.
        * config/mips/mips.c (mips_cpu_info_table): Add processor names
        * config/mips/mips.md ("cpu"): Remove 24k, add 24kc and 24kf.
        * config/mips/24k.md: Remove references to 24k and replace with
        uses of 24kc/24kf in the appropriate reservations.
-       * doc/invoke.texi (MIPS Options): Updated. 
-       
+       * doc/invoke.texi (MIPS Options): Updated.
+
 2006-11-03  J"orn Rennecke  <joern.rennecke@st.com>
 
        * config/sh/crt1.asm: Fix #ifdef indent.
 2006-11-02  Carlos O'Donell  <carlos@codesourcery.com>
 
        * config/arm/linux-elf.h (NEED_INDICATE_EXEC_STACK): Define as 1.
-       * arm.c (arm_file_end): If NEED_INDICATE_EXEC_STACK call 
-       file_end_indicate_exec_stack. 
-       * arm.h [!NEED_INDICATE_EXEC_STACK] (NEED_INIDCATE_EXEC_STACK): 
+       * arm.c (arm_file_end): If NEED_INDICATE_EXEC_STACK call
+       file_end_indicate_exec_stack.
+       * arm.h [!NEED_INDICATE_EXEC_STACK] (NEED_INIDCATE_EXEC_STACK):
        Define as 0.
        * lib1funcs.asm [__ELF__ && __linux__]: Emit .note.GNU-stack section
        for a non-executable stack.
        * crti.asm: Likewise.
        * crtn.asm: Likewise.
-       * libunwind.S: Likewise. 
+       * libunwind.S: Likewise.
 
 2006-11-02  Ben Elliston  <bje@au.ibm.com>
 
 
        * toplev.c (compile_file): Call final_write_globals
        even if there have been errors.
-       
+
 2006-10-31  Eric Christopher  <echristo@apple.com>
            Falk Hueffner  <falk@debian.org>
 
 
 2006-10-29  Daniel Berlin  <dberlin@dberlin.org>
 
-       * tree.h (tree_value_handle): Remove struct value_set declaration.      
+       * tree.h (tree_value_handle): Remove struct value_set declaration.
        Change value_set to bitmap_set.
        * tree-pretty-print.c (dump_generic_node): Use has_stmt_ann.
        * tree-vn.c (get_value_handle): Made inline and moved to
        (compute_avail): Handle RETURN_EXPR.
        (init_pre): Modify for bitmapped sets.
        * tree-flow.h (has_stmt_ann): New function.
-       
+
 2006-10-29  Roger Sayle  <roger@eyesopen.com>
 
        * builtins.c (fold_builtin_floor): Check for the availability of
 
        * config/i386/i386.c (output_387_ffreep): Create output from a
        template string for !HAVE_AS_IX86_FFREEP.
-       
+
 2006-10-27  Eric Christopher  <echristo@apple.com>
 
        * config/darwin.c: Fix formatting and grammar.