[COMMITTED] Fix pthread errors in pr86637-2.c
[gcc.git] / gcc / testsuite / gcc.c-torture / compile / subcse.c
1 foo (a, b, p)
2 int *p;
3 {
4 p[0] = 1230 - a;
5 p[1] = 1230 - b;
6 }