Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
tm
/
pr46714.C
blob: 130b58cdd992be4ac551d4d60aaca876fe87eeb1 [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "-fgnu-tm -O" }
static
int
asdf __attribute__
((
__weakref__
(
"funky"
)));
class
Building
{
public
:
__attribute__
((
transaction_safe
))
~
Building
(
void
);
};
Building
::~
Building
()
{
}