Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20021015-1.c
blob789b8a8b176fa929c8c5ae42193c23e981568fd0
1 /* PR target/7370. */
3 int g (int *x, int *y);
5 void f ()
7 int x, y;
8 char a[4000];
10 g (&x, &y);
11 x = x/y + x;