i386: Handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse/sse2/avx
[official-gcc.git] / gcc / testsuite / gcc.dg / section1.c
blobe907f193b0fe6bac3d0cd99acd96e9d2c2024d71
1 /* PR optimization/6871 */
2 /* Constant variables belong in .rodata, not .bss. */
3 /* { dg-final { scan-assembler-not "\.bss" } } */
5 const int i = 0;