OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[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 }