Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / torture / pr24912-1.c
blob947175f9d1c120900ec88b3fde0f9b03b0524584
1 void foo(void);
2 void
3 bar (unsigned char *p)
5 int j;
6 j = *(p) ;
7 j += ((signed char) (*p) ) << 8;
8 if (j)
9 foo();