http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60121
--- Comment #6 from Chengnian Sun <chengniansun at gmail dot com> ---
The test case can be further reduced to the following code, which is NOT dead
or dependent on bug 60115.
int b[1];
int f() {
return b[9999];
}
