------- Comment #5 from jpr at csc dot fi  2010-09-20 11:36 -------
And still reduced testcase, fails at -O0.

void main()
{
  char s;
  void b() {
    char p[4096];
    if ( s!='s' ) abort();
  }
  s='s';
  b();
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45694

Reply via email to