repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pad-2.c
blob
37743c483a8305924cb004e9e5ccb5072ed97b57
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fomit-frame-pointer -march=atom" } */
3
/* { dg-final { scan-assembler-times "nop" 8 } } */
4
/* { dg-final { scan-assembler-not "rep" } } */
5
6
void
7
foo
()
8
{
9
}