OSDN Git Service

PR target/43067
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 93969c1..105023b 100644 (file)
@@ -1,3 +1,30 @@
+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
@@ -23,6 +50,9 @@
 
 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".