* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr46934.c
bloba9c0b683315c213dffba0d5c9f7bb624215294de
1 int caller (unsigned int reg_type)
3 switch (reg_type)
5 case 0x80000000:
6 return (int)foo();
8 case 0x80000003:
9 return (int) bar();
11 case 0x80000001:
12 return (int) baz();
14 case 0x80000004:
15 return (int) fooz();