OSDN Git Service

PR target/43067
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 850880a..105023b 100644 (file)
@@ -1,5 +1,77 @@
+2010-02-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       PR target/43067
+       * config/i386/sse.md (xop_mulv2div2di3_low): Change type
+       attribute to ssemul.
+       (xop_mulv2div2di3_high): Ditto.
+
+2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       PR c++/35669
+       * c.opt (Wconversion-null): New option.
+       * doc/invoke.texi (Wconversion-null): Document.
+
+2010-02-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       * common.opt (Wlarger-than-): Add Undocumented.
+
+2010-02-19  Mike Stump  <mikestump@comcast.net>
+
+       * config/t-darwin (gt-darwin.h): Remove as Makefile now handles it.
+
+2010-02-19  Jason Merrill  <jason@redhat.com>
+
+       PR target/40332
+       * configure.ac (gcc_cv_as_cfi_advance_working): Check 32-bit advance.
+       * configure: Likewise.
+
+2010-02-20  Alan Modra  <amodra@gmail.com>
+
+       PR middle-end/42344
+       * cgraph.h (cgraph_make_decl_local): Declare.
+       * cgraph.c (cgraph_make_decl_local): New function.
+       (cgraph_make_node_local): Use it.
+       * cgraphunit.c (cgraph_function_versioning): Likewise.
+       * ipa.c (function_and_variable_visibility): Likewise.
+
+2010-02-19  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/43121
+       * except.c (sjlj_emit_function_enter): Don't call
+       add_reg_br_prob_note, instead add REG_BR_PROB note to the last insn
+       directly.
+       * rtl.h (add_reg_br_prob_note): Remove prototype.
+
+2010-02-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       PR 41779
+       * c-common.c (conversion_warning): Remove widening conversions
+       before checking the conversion of integers to reals.
+
+2010-02-19  Mike Stump  <mikestump@comcast.net>
+
+       PR middle-end/43125
+       * c-decl.c (merge_decls): Merge DECL_PRESERVE_P.
+
+       PR objc/43061
+       * cgraphunit.c (process_function_and_variable_attributes): Check
+       DECL_PRESERVE_P instead of looking up attribute "used".
+       * ipa-pure-const.c (check_decl): Likewise.
+       * ipa-reference.c (has_proper_scope_for_analysis): Likewise.
+       * ipa-type-escape.c (has_proper_scope_for_analysis): Likewise.
+       * config/sol2.c (solaris_insert_attributes): Set DECL_PRESERVE_P
+       instead of attribute "used".
+       * config/sol2-c.c (solaris_pragma_init): Likewise.
+       (solaris_pragma_fini): Likewise.
+
 2010-02-19  Jakub Jelinek  <jakub@redhat.com>
 
+       * ipa-struct-reorg.c (make_field_acc_node, gen_cluster, peel_field):
+       Use XCNEW instead of xcalloc.
+       (add_access_to_acc_sites, create_new_var_node, add_alloc_site): Use
+       XNEW instead of xmalloc.
+       (get_fields): Use XNEWVEC instead of xmalloc.
+
        PR debug/43084
        * ipa-struct-reorg.c (add_access_to_acc_sites): For debug stmts don't
        populate vars array.