[Bug bootstrap/26361] bootstrap failure on Alpha: xgcc runs out of memory compiling libiberty/md5.c
falk at debian dot org
gcc-bugzilla@gcc.gnu.org
Sun Feb 19 15:34:00 GMT 2006
------- 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
More information about the Gcc-bugs
mailing list