URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17656.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
int sprintf (char *s, const char *format, ...); int foo(int i, int j) { char *buf, *str; if (i) str = ""; else if (j) str = ""; else return 1; /* We were propagating &""[0] here and not calling fold_stmt with a proper statement pointer. */ sprintf(buf, str); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log