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
/
extract-1.c
blob
102beb230ac1892e1f34789d92d4a757f14098b7
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -mtune=generic" } */
3
4
int
5
foo
(
unsigned char
x
,
unsigned char
y
)
6
{
7
return
(
x
%
y
) !=
0
;
8
}
9
10
/* { dg-final { scan-assembler-not "test\[b\]?\[^\\n\]*%\[a-d\]l" } } */