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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83100-4.c
blob
2f83247263c484b7158604903cf09f39a5ddc0cf
1
/* PR target/83100 */
2
/* { dg-do compile { target *-*-linux* *-*-gnu* *-*-uclinux* } } */
3
/* { dg-options "-O2 -fno-common -fdata-sections" } */
4
5
const int
a
;
6
7
/* { dg-final { scan-assembler "rodata.a" { target i?86-*-* x86_64-*-* } } } */