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
/
pr37663.c
blob
cf482cbdc9c3fccc9a7ca54ee90cf902311a8b7e
1
/* PR tree-optimization/37663 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fwrapv" } */
4
/* { dg-require-effective-target int32plus } */
5
6
extern
void
bar
(
void
);
7
8
void
9
foo
(
int
x
)
10
{
11
x
=
1
>=
x
;
12
int
y
= -
1885403717
;
13
x
=
x
+ (
x
!=
y
*
y
);
14
if
(
x
)
15
bar
();
16
}