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
/
ext
/
attrib2.C
blob
a7563f3886b715debea12177036b43b72b0e569c
1
// Test that an early attribute doesn't confuse uses of a class.
2
// { dg-do compile }
3
4
struct __attribute__ ((packed)) A
5
{
6
void f () const;
7
};
8
9
void
10
A::f () const
11
{
12
}