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
* ru.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
torture
/
pr51344.C
blob
e60b3adbe1c2d3cce2847916a15ef626749bbe20
1
/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
2
class A;
3
4
template <class T>
5
class B
6
{
7
friend __attribute__((cdecl)) A& operator >>(A& a, B& b)
8
{
9
return a;
10
}
11
};