Revert last chunk of previous: makes build work again.

Suggested by skrll@, ok moof.
This commit is contained in:
wiz 2006-06-26 19:41:01 +00:00
parent e7c88abe60
commit 789f1d2877
1 changed files with 2 additions and 0 deletions

View File

@ -9799,12 +9799,14 @@ fold_builtin_next_arg (tree arglist)
arg = TREE_OPERAND (arg, 0);
if (arg != last_parm)
{
#if 0
/* FIXME: Sometimes with the tree optimizers we can get the
not the last argument even though the user used the last
argument. We just warn and set the arg to be the last
argument so that we will get wrong-code because of
it. */
warning (0, "second parameter of %<va_start%> not last named argument");
#endif
}
/* We want to verify the second parameter just once before the tree
optimizers are run and then avoid keeping it in the tree,