* name-lookup.h (lookup_field_1): Delete.
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / asm-machine-1.c
blob430d9234a89e7a4fd377825509a4af783adc4dc4
1 /* Functional tests for the "target" attribute and pragma. */
3 /* { dg-require-effective-target target_attribute } */
4 /* { dg-options "-march=z13 -mzarch" } */
6 /* { dg-final { scan-assembler-times "\t\.machine \"z13\"" 1 } } */
7 /* { dg-final { scan-assembler-times "\t\.machinemode zarch" 1 } } */
9 void foo(void) { }
11 /* { dg-final { scan-assembler-times "\t\.machine " 1 } } */
12 /* { dg-final { scan-assembler-times "\t\.machinemode " 1 } } */