URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [libmudflap/] [testsuite/] [libmudflap.c/] [hook2-allocstuff.c] - Rev 363
Go to most recent revision | Compare with Previous | Blame | View Log
/* Generates recursive malloc call on i386-freebsd4.10 with -fmudflap. */ #include <stdlib.h> int main (void) { char *p = malloc (1<<24); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log