OSDN Git Service

PR tree-optimization/34448
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 930111-1.c
1 /* 2.3.3 crashes on 386 with -traditional */
2 f(a)
3      char *a;
4 {
5   int d = strcmp(a,"-");
6
7   while (vfork() < 0)
8     ;
9   return d;
10 }