------- Comment #1 from falk at debian dot org  2006-02-19 15:34 -------
Apparently, it is triggered by the attempt to emit a stack probe, as in:

void f(char *p);

void md5_stream(void) {
    char buf[4096-15];
    f(buf);
}

(doesn't happen with 4096-16, because then no stack probe is needed).


-- 


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

Reply via email to