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
compiler: support go:noescape cross package
[official-gcc.git]
/
libitm
/
testsuite
/
libitm.c++
/
dropref.C
blob
c9bdfff32cfc0ccf5058bfe5d79d43e33b1d69a0
1
/* { dg-xfail-run-if "unsupported" { *-*-* } } */
2
#include <libitm.h>
3
4
char *pp;
5
6
int main()
7
{
8
__transaction_atomic {
9
_ITM_dropReferences (pp, 555);
10
}
11
return 0;
12
}