OSDN Git Service

PR middle-end/38584
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog
index 603b68d..87d22b4 100644 (file)
@@ -1,3 +1,20 @@
+2008-12-30  Steven Bosscher  <steven@gcc.gnu.org>
+
+       PR middle-end/38584
+       * ipa-inline.c (compute_inline_parameters): When not optimizing,
+       don't compute the inline parameters, just set them to 0 instead.
+
+2008-12-30  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR tree-optimization/38572
+       * tree-vrp.c (vrp_visit_phi_node): Look out for invalid ranges
+       and change them to VARYING.
+
+2008-12-30  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/38564
+       * fold-const.c (fold_comparison): Use the correct result type.
+
 2008-12-30  Dorit Nuzman  <dorit@il.ibm.com>
             Ira Rosen  <irar@il.ibm.com>