Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / labels-2.c
blobcf4f116e6a86eb6b22d66a4c1eecaf25cf60be4a
1 struct bp { void *v, *b, *e; };
2 f ()
4 struct bp x = { &&L2 };
5 if (&&L3 - &&L1 > 1)
6 abort ();
7 L1:return 1;
8 L2:abort ();
9 L3:;