repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
S/390: Allow immediates in loc expander
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
fdata-sections-1.c
blob
51686b92179053a45d2eb252ee0f726be1c141e1
1
/* PR middle-end/15486 */
2
/* Origin: Jonathan Larmour <jifl-bugzilla@jifvik.org> */
3
4
/* { dg-do compile { target *-*-linux* *-*-gnu* } } */
5
/* { dg-options "-fdata-sections" } */
6
7
int
x
;
8
9
/* { dg-final { scan-assembler "comm" } } */