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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
fold-compare-8.c
blob
45456f40382618343ce5497faf62ead23dd9779a
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-original" } */
3
4
int
5
foo
(
int
x
,
int
y
)
6
{
7
return
x
-
y
<
0
;
8
}
9
10
/* { dg-final { scan-tree-dump "x < y" "original" { xfail *-*-* } } } */