On Tue, 8 Nov 2011, Alan Modra wrote:

> OK, so you made the stack ties conflict with all memory.  I wondered
> about that too, but didn't find a testcase where it mattered.  It

The test I had was one of those from the various PRs for this issue.

int find_num(int i)
{
  const int arr[5] = {0, 1, 2, 3, 4};
  return arr[i];
}

(-O2 -mcpu=603).  But I don't know if it reproduces with FSF 4.4 or trunk; 
there were plenty of other local changes in the 4.4-based tree where I 
found this to be necessary.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to