Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / compile / 20030703-1.c
blob4b45f5e574b2bcb76f74620fd288bee6a4534b6b
1 /* Extracted from PR target/10700. */
2 /* The following code used to cause an ICE on 64-bit targets. */
4 int SAD_Block(int *);
5 void MBMotionEstimation(int *act_block, int block)
7 SAD_Block(act_block + ( (8 * (block == 1 || block == 3))
8 + (8 * (block == 2 || block == 3))));