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
pretty-print.h (pp_base): Remove.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr50908-3.c
blob
60db03dae8559f3890e1d8ac0f09795c2ee367e6
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -ftree-tail-merge" } */
3
4
extern
int
v1
;
5
extern
int
v2
;
6
7
void
8
f
()
9
{
10
if
(
v2
||
v1
)
11
(!(
v1
)) ? (
void
)
0
: (
void
)
g
();
12
}