Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20050802-1.c
blobabd0b51a17a92a08beff1b293006e84e3a322997
1 /* PR 23196 */
2 /* { dg-options "-fforce-addr" } */
4 void foo()
6 char c;
8 c |= 1;
9 bar(&c);