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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr49619.c
blob
d0a72a6edd1931336e9c53f836421be15a95163c
1
/* PR rtl-optimization/49619 */
2
/* { dg-do compile } */
3
/* { dg-options "-O -fno-tree-fre" } */
4
5
extern
int
a
,
b
;
6
7
void
8
foo
(
int
x
)
9
{
10
a
=
2
;
11
b
=
0
;
12
b
= (
a
&& ((
a
=
1
,
0
>=
b
) || (
short
) (
x
+ (
b
&
x
))));
13
}