OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index b8373d1..6dca0bf 100644 (file)
@@ -1,3 +1,65 @@
+2006-07-13  Janis Johnson  <janis187@us.ibm.com>
+
+       * doc/sourcebuild.texi (Test Directives): Document dg-shouldfail.
+
+2006-07-13  Jan Hubicka  <jh@suse.cz>
+
+       * cgraphunit.c (cgraph_varpool_analyze_pending_decls): Call
+       align_variable.
+       * output.h (align_variable): Declare.
+       * varasm.c (align_variable): Export.
+       * value-prof.c (tree_value_profile_transformations): Recompute iterator
+       when basic block changed.
+
+2006-07-13  Nick Clifton  <nickc@redhat.com>
+
+       * config/sh/sh.c (sh_reorg): Ignore deleted insns whilst
+       walking the LOG_LINKS chain.
+  
+2006-07-12  Geoffrey Keating  <geoffk@apple.com>
+
+       * doc/invoke.texi (C++ Dialect Options): Explain difference
+       between -fvisibility-inlines-hidden and setting hidden
+       visibility explicitly.
+
+2006-07-12  Eric Christopher  <echristo@apple.com>
+
+       * config/t-slibgcc-darwin (SHLIB_LINK): Don't munge stmp-lipo.
+       (stmp-lipo): Depend on libgcc.a.
+
+2006-07-12  Kazu Hirata  <kazu@codesourcery.com>
+
+       * tree.c: Fix a comment typo.
+
+2006-07-12  Naveen.H.S  <naveenh@kpitcummins.com>
+
+       * config/m32c/muldiv.md (umulhisi3_c): Use only registers for
+       dest.
+       (umulhisi3_r): Likewise.
+
+2006-07-12  Paolo Carlini  <pcarlini@suse.de>
+
+       PR libstdc++/27878
+       * doc/install.texi (mips-sgi-irix6): Add note about IRIX 6.5.x,
+       x < 19, vs wchar_t support.
+
+2006-07-12  Nick Clifton  <nickc@redhat.com>
+
+       * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Use -isa=sh4-up
+       instead of -isa=sh4.
+
+2006-07-12  Mike Stump  <mrs@apple.com>
+
+       PR c/28280
+       * c-parser.c (c_parser_typeof_specifier): Don't use
+       c_finish_expr_stmt, open code desired semantics instead.
+
+       * protoize.c (edit_fn_definition): Add volatile to clean_text_p.
+
+2006-07-10  Eric Christopher  <echristo@apple.com>
+
+       * config/t-slibgcc-darwin: Rewrite.
+
 2006-07-10  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
 
        PR bootstrap/20437
        * gcc-common.c (ggc_free_overhead, dump_gcc_loc_statistics): Likewise.
        * tree-ssa-dce.c (clear_control_dependence_bitmap): Likewise.
        * rtl.c (dump_rtx_statistics): Likewise.
-       * tree-ssa-structalias.c (sort_fieldstack, init_alias_heapvars): 
+       * tree-ssa-structalias.c (sort_fieldstack, init_alias_heapvars):
        Likewise.
        * varray.c (dump_varray_statistics): Likewise.
        * dfp.c (encode_decimal32, decode_decimal32, encode_decimal64,
 2006-07-06  Roger Sayle  <roger@eyesopen.com>
 
        PR target/27968
-       * configure.ac (HAVE_AS_IX86_FFREEP): On x86 targets check whether 
+       * configure.ac (HAVE_AS_IX86_FFREEP): On x86 targets check whether
        the configured assembler supports the x87's ffreep mnemonic.
        * configure: Regenerate.
        * config.in: Regenerate.
 
        * tree-ssa-math-opts.c (execute_cse_reciprocals): Fix calls
        to calculate and free the dominator information.
-           
+
 2006-07-04  Peter O'Gorman  <peter@pogma.com>
 
        * mklibgcc.in: chmod 644 before ranlib during install.
        PR c++/19134
        * tree.c (build_decl_stat): Don't hande #pragma visibility here.
        * c-common.c (c_determine_visibility): Handle it here.
-       * c-decl.c (finish_decl): Call c_determine_visibility for 
+       * c-decl.c (finish_decl): Call c_determine_visibility for
        functions, too.
        * flags.h (enum symbol_visibility): Sort from most to least visibility.
        * tree.h: Likewise.
        PR target/25765
        * config/i386/i386.c (ix86_output_function_epilogue): Don't
        insert a label at the end of an function under Mach-O.
-       
+
 2006-06-29  Eric Christopher  <echristo@apple.com>
            Evan Cheng  <evan.cheng@apple.com>