repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
cond6.C
blob
e4cede35b176cc89b15a80e2a4e3e078f43a8bfe
1
// PR c++/27801
2
3
template<int> int foo(int i)
4
{
5
return !( (1 && i) ? 0 : 1 );
6
}