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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
section1.c
blob
e907f193b0fe6bac3d0cd99acd96e9d2c2024d71
1
/* PR optimization/6871 */
2
/* Constant variables belong in .rodata, not .bss. */
3
/* { dg-final { scan-assembler-not "\.bss" } } */
4
5
const int
i
=
0
;