URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [930111-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* 2.3.3 crashes on 386 with -traditional */ f(a) char *a; { int d = strcmp(a,"-"); while (vfork() < 0) ; return d; }
Go to most recent revision | Compare with Previous | Blame | View Log