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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr56494.c
blob
e73d674a986487c89279d72726e41d85303c946e
1
/* PR rtl-optimization/56494 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -ftracer -w" } */
4
5
char
a
;
6
short
b
;
7
void
bar
(
int
);
8
9
void
10
foo
(
void
)
11
{
12
bar
((!!
b
? : (
a
*=
a
/
0
)) >= (
a
=
b
));
13
}