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
[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
expr
/
cond13.C
blob
90ae904a5d61eaeb56f72cd568eb15e3eca6482c
1
// PR c++/54348
2
3
struct A {} a;
4
struct B {} b;
5
6
void f()
7
{
8
false ? a : b; // { dg-error "different types" }
9
}