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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80849
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
edge succ1;
edge succ2;
edge fall_thru;
- edge cond_jump;
+ edge cond_jump = NULL;
edge e;
bool cond_jump_crosses;
int invert_worked;
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;