On Jun 27, 2006, at 7:58 AM, Gabriel Dos Reis wrote:

We we do have numbers that support that claim for real programs, then
we have a bug in the optimizers :-)

Huh?

"Stupid" example where a const argument can change:
tree a;
int f(const tree b)
{
  TREE_CODE(a) = TREE_CODE (b) + 1;
  return TREE_CODE (b);
}

-- Pinski

Reply via email to