Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
tm
/
overload1.C
blob: 71ecab9ff1516fc2565e8c0d110beb28ff02ff8e [
file
] [
log
] [
blame
]
// Function declarations that differ only in the presence or absence of a
// tx-qualifier cannot be overloaded.
// { dg-options "-fgnu-tm" }
void
f
();
// { dg-message "" }
void
f
()
transaction_safe
;
// { dg-error "" }