repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
tree-ssa
/
pr24439.C
blob
74576b5f84ffbbfe0ebba7890859faa0ef9a0468
1
/* { dg-do compile } */
2
3
/* We used to ICE in invert_truthvalue on the void type
4
2nd argument of the COND_EXPR. */
5
6
void foo(void)
7
{
8
int value=1;
9
!(value?true:throw);
10
}