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
2008-07-06 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
attr-ctor1.C
blob
23d488a20031d8d9e656597aaaf3dd3ca9d98a17
1
// PR c++/6992
2
// Origin: <petr@scssoft.com>
3
// { dg-do compile }
4
// { dg-require-named-sections "" }
5
6
class A
7
{
8
__attribute__((section("whatever"))) A();
9
};