* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / labels-2.c
blob316a380b3ce91c0eaee1f376d2f93f77e83376e4
1 /* { dg-require-effective-target label_values } */
3 struct bp { void *v, *b, *e; };
4 f ()
6 struct bp x = { &&L2 };
7 if (&&L3 - &&L1 > 1)
8 abort ();
9 L1:return 1;
10 L2:abort ();
11 L3:;