OSDN Git Service

2006-09-19 Eric Christopher <echristo@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 9cb0138..a961b5c 100644 (file)
@@ -1,3 +1,33 @@
+2006-09-19  Eric Christopher  <echristo@apple.com>
+
+       * doc/tm.texi (OBJC_JBLEN): Describe.
+       * config/i386/darwin.h (OBJC_JBLEN): Define.
+       * config/rs6000/darwin.h: Ditto.
+
+2006-09-19  Steven Bosscher  <steven@gcc.gnu.org>
+
+       PR rtl-optimization/21299
+       * reload1.c (reload): Purge invalid ASMs in the final pass.
+
+2006-09-19  Steve Ellcey  <sje@cup.hp.com>
+
+       PR  28490
+       * config/ia64/ia64.c (ia64_legitimate_constant_p): Allow function
+       pointers as legitimate constants.
+
+2006-09-19  Paul Brook  <paul@codesourcery.com>
+
+       PR target/28516
+       * config/arm/arm.c (arm_unwind_emit_set): Handle reg = sp + const.
+
+2006-09-17  Zdenek Dvorak <dvorakz@suse.cz>
+
+       PR tree-optimization/28887
+       * tree-ssa-loop-prefetch.c (analyze_ref): Strip nonaddressable
+       component parts from the reference.
+       (gather_memory_references_ref): Record the reference without the
+       nonaddressable component parts.
+
 2006-09-17  Steven Bosscher  <steven@gcc.gnu.org>
 
        PR c/25993
 
 2006-09-17  Ira Rosen  <irar@il.ibm.com>
 
-        PR tree-opt/21591
+       PR tree-opt/21591
        * tree-data-ref.c (ptr_decl_may_alias_p): Look for the name memory
-        tag first.
-        (ptr_ptr_may_alias_p): Likewise.
-        (record_record_differ_p): New function.
-        (base_object_differ_p): Call record_record_differ_p.
+       tag first.
+       (ptr_ptr_may_alias_p): Likewise.
+       (record_record_differ_p): New function.
+       (base_object_differ_p): Call record_record_differ_p.
 
 2006-09-16  Andrew Pinski  <pinskia@physics.uc.edu>
 
 
 2006-09-13  Aldy Hernandez  <aldyh@redhat.com>
 
-        * doc/tree-ssa.texi (Jumps): RESULT_DECL can also be an operand
-        of a RETURN_EXPR
+       * doc/tree-ssa.texi (Jumps): RESULT_DECL can also be an operand
+       of a RETURN_EXPR
 
 2006-09-13  Andrew Pinski  <pinskia@physics.uc.edu>