repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr94339.C
blob
3892d780d9ecb06ea71663321d547ccc574f7f0d
1
// PR c++/94339
2
// { dg-do compile }
3
4
unsigned a;
5
void bar ();
6
7
unsigned
8
foo (bool x)
9
{
10
return x ? bar (), -1 : a;
11
}