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
2018-04-09 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr50908-3.c
blob
9103e6bdf4176abff1b22d5b46c84cb38a9d6ae7
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -ftree-tail-merge" } */
3
4
extern
int
v1
;
5
extern
int
v2
;
6
void
g
(
void
);
7
8
void
9
f
()
10
{
11
if
(
v2
||
v1
)
12
(!(
v1
)) ? (
void
)
0
: (
void
)
g
();
13
}