]> gcc.gnu.org Git - gcc.git/commitdiff
re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initialization)
authorAndrew Pinski <pinskia@physics.uc.edu>
Mon, 19 Apr 2004 13:03:06 +0000 (06:03 -0700)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Mon, 19 Apr 2004 13:03:06 +0000 (06:03 -0700)
2004-04-19  Andrew PInski  <pinskia@physics.uc.edu>

        PR bootstrap/15009
        * bb-reorder.c (fix_up_fall_thru_edges): Init cond_jump.

        PR bootstrap/14999
        * builtins.c (fold_builtin_cabs): Mark fndecl as unused.

From-SVN: r80849

gcc/ChangeLog
gcc/bb-reorder.c
gcc/builtins.c

index b63d0395ea8226ec67c15fb0882512f5d87dc74b..688d0c59530ddbc65ae39d9219893eec7608b2cb 100644 (file)
@@ -1,3 +1,11 @@
+2004-04-19  Andrew PInski  <pinskia@physics.uc.edu>
+
+       PR bootstrap/15009
+       * bb-reorder.c (fix_up_fall_thru_edges): Init cond_jump.
+
+       PR bootstrap/14999
+       * builtins.c (fold_builtin_cabs): Mark fndecl as unused.
+
 2004-04-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
        * expmed.c (expand_mult_highpart_adjust): Make OP1 valid for MODE.
index 2d7280788894f7c182e92f577890896c38a6acf8..e60151836e17280280d2701876ab2daa902d9d55 100644 (file)
@@ -1409,7 +1409,7 @@ fix_up_fall_thru_edges (void)
   edge succ1;
   edge succ2;
   edge fall_thru;
-  edge cond_jump;
+  edge cond_jump = NULL;
   edge e;
   bool cond_jump_crosses;
   int invert_worked;
index a87d79291b6121199d11987b6a5671d79f3eb13c..707a2cdb929974570f6319853b4003ce84e51b08 100644 (file)
@@ -5944,7 +5944,7 @@ fold_trunc_transparent_mathfn (tree exp)
    type.  Return NULL_TREE if no simplification can be made.  */
 
 static tree
-fold_builtin_cabs (tree fndecl, tree arglist, tree type)
+fold_builtin_cabs (tree fndecl ATTRIBUTE_UNUSED, tree arglist, tree type)
 {
   tree arg;
 
This page took 0.106543 seconds and 5 git commands to generate.