OSDN Git Service

* tree-ssa-alias.c (add_type_alias): Fix typo. Test whether
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 6d2d109..4211f8c 100644 (file)
@@ -1,3 +1,14 @@
+2006-01-13  Diego Novillo  <dnovillo@redhat.com>
+
+       * tree-ssa-alias.c (add_type_alias): Fix typo.  Test whether
+       VAR is a tag, not its type tag.
+
+2006-01-13  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/i386/sse.md (*vec_extractv2di_1_sse2): Reorder
+       alternatives to match style of other entries.
+       (*vec_extractv2di_1_sse): Likewise.  Fix mode attr.
+
 2006-01-13  Daniel Berlin  <dberlin@dberlin.org>
 
        PR tree-optimization/25771