aboutsummaryrefslogtreecommitdiff
path: root/gcc/builtins.c
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2004-04-19 06:03:06 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2004-04-19 06:03:06 -0700
commit4b493aa56261928b76e4ffb926268ef695c8df5d (patch)
treeab45593960e680b3f160402e0a31d1af0ffc1eab /gcc/builtins.c
parent3d8f2528cc3992632ff069d6f9e977f484ac37bf (diff)
downloadgcc-4b493aa56261928b76e4ffb926268ef695c8df5d.zip
gcc-4b493aa56261928b76e4ffb926268ef695c8df5d.tar.gz
gcc-4b493aa56261928b76e4ffb926268ef695c8df5d.tar.bz2
re PR bootstrap/15009 (Latest CVS: Stage2 Error: bb-reorder.c needs initialization)
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
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r--gcc/builtins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c
index a87d792..707a2cd 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -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;