OSDN Git Service

2006-02-02 Andreas Tobler <a.tobler@schweiz.ch>
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index a4d94fe..eb8ae7a 100644 (file)
@@ -1,3 +1,34 @@
+2006-02-02  Andreas Tobler  <a.tobler@schweiz.ch>
+
+       * config/sparc/freebsd.h (ENDFILE_SPEC): Add space to separate
+       object files.
+
+2006-02-02  Bernd Schmidt  <bernd.schmidt@analog.com>
+
+       * flow.c (calculate_global_regs_live): Assert that there aren't any
+       EDGE_FAKE edges.
+
+2006-02-02  Paolo Bonzini  <bonzini@gnu.org>
+
+       * tree-flow-inline.h (bsi_after_labels): Rewrite, return
+       what its name says.
+       * lambda-code.c (perfect_nestify): Use bsi_insert_before on
+       bsi_after_labels iterator.
+       * tree-if-conv.c (find_phi_replacement_condition,
+       replace_phi_with_cond_modify_expr): Likewise.
+       * tree-scalar-evolution.c (scev_const_prop): Likewise.
+       * tree-ssa-loop-ivopts.c (compute_phi_arg_on_exit): Likewise.
+
+2006-02-02  Diego Novillo  <dnovillo@redhat.com>
+
+       * tree-inline.c (copy_tree_r): Also copy OMP_CLAUSE nodes.
+
+2006-02-02  Diego Novillo  <dnovillo@redhat.com>
+
+       PR 25990
+       * tree-cfg.c (move_block_to_fn): Clear out the basic block
+       array after growing it.
+
 2006-02-01  Steve Ellcey  <sje@cup.hp.com>
 
        PR middle-end/24901