summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr83100-1.c
blob: ccfb8c6948d3fa65c2e4cd60696124268e710227 (plain)
1
2
3
4
5
6
7
/* PR target/83100 */
/* { dg-do compile { target *-*-linux* *-*-gnu* *-*-uclinux* } } */
/* { dg-options "-O2 -fcommon -fdata-sections" } */

const int a;

/* { dg-final { scan-assembler "comm" } } */