PR84053 - [7/8/9 Regression] missing -Warray-bounds accessing a local array across inlined function boundaries, started to pass with r262893 (a fix for a couple of different -Warray-bounds bugs) but a test case for it was never added. After putting one together I noticed that although it passes in LP64 it still fails in ILP32.
I added the test in r267302 to prevent regressions in LP64 and xfailed it for ILP32. I also reopened the bug to make sure it doesn't get forgotten. Martin