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
[NDS32] Add intrinsic functions for TLB operation and data prefech.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr49551.c
blob
dda0667f3e6c31d1f884546175ddc5ea0931544b
1
/* { dg-do compile } */
2
/* { dg-options "-O -fdata-sections" } */
3
/* { dg-skip-if "-fdata-sections not supported" { hppa*-*-hpux* nvptx-*-* } } */
4
5
int
x
=
1
;
6
int
x
;
7
8
/* { dg-final { scan-assembler-not {comm[\t ]+x} } } */