Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20021110.c
blobdd2aa7e09dd141c364b76462a32e483efb5f022d
1 /* PR c/8439 */
2 /* Verify that GCC properly handles null increments. */
4 struct empty {
5 };
7 void foo(struct empty *p)
9 p++;