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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.test-framework
/
dg-nocache-sif-exp-P.c
blob
c44532b0252ea9a96a7d84b494a71b44963d3cb7
1
/* { dg-do compile } */
2
/* { dg-options "-DNOT_THE_RIGHT_DEFINE" } */
3
/* { dg-skip-if "comment" { def_nocache } } */
4
5
int
6
main
()
7
{
8
return
0
;
9
}