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
FSF GCC merge 02/23/03
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.eh
/
crash5.C
blob
ef476bf1d3f578c27f0312aeb2b1f948e781012e
1
// Build don't link:
2
// Origin: Mark Mitchell <mark@codesourcery.com>
3
4
int i;
5
int j;
6
7
void
8
f ()
9
{
10
j = j + (i ? 7 : throw 1);
11
}
12