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
simulate-thread tests: Silence gdb debuginfod warning
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
rv-this.C
blob
8064a51d44f131d951ea167cda9a2f407ad918f8
1
// PR c++/56701
2
// { dg-require-effective-target c++11 }
3
4
struct A
5
{
6
void f(){ A*&& a = this; }
7
};