]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ChangeLog
Rewrite fix for PR 17356, fix for enable checking ada build failure.
[thirdparty/gcc.git] / gcc / ChangeLog
index cd55c36ff1279538dc889bc876784fdf78314982..1fb10c7005115f2a1300456ab0608eacf494f8a1 100644 (file)
@@ -1,3 +1,31 @@
+2005-10-25  James E. Wilson  <wilson@specifix.com>
+
+       PR rtl-optimization/17356
+       *  cfgrtl.c (purge_dead_edges): Undo last change.  In EDGE_EH code,
+       add check for CALL_INSN if EDGE_ABRNOMAL_CALL true.
+
+2005-10-31  Jan Hubicka  <jh@suse.cz>
+
+       PR middle-end/24093
+       * cgraph.c (cgraph_clone_edge, cgraph_clone_node): Watch negative
+
+       PR target/20928
+       * i386.c (legitimize_pic_address): Deal with large immediates.
+
+       PR profile/20815
+       * coverage.c (coverage_checksum_string): Fix code to stip random seeds
+       from symbol names while computing checkup.
+
+       PR profile/24487
+       * predict.c (predict_loops): Do not estimate more than
+       MAX_PRED_LOOP_ITERATIONS in PRED_LOOP_ITERATIONS heuristic.
+       * predict.def (MAX_PRED_LOOP_ITERATIONS): Define.
+
+2005-10-31  Andrew MacLeod  <amacleod@redhat.com>
+       
+       PR tree-optimization/19097
+       * tree-ssa-operands.c (correct_use_link): Don't look for modified stmts.
+
 2005-10-31  J"orn Rennecke <joern.rennecke@st.com>
 
        * optabs.c (expand_unop): Take TRULY_NOOP_TRUNCATION into account.