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++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-2.C
blob
8c777c1df8b06fa645229a5e0ffa54427304b576
1
// { dg-do compile { target c++11 } }
2
3
struct [[gnu::packed]] A
4
{
5
void f () const;
6
};
7
8
void
9
A::f () const
10
{
11
}