URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [c-c++-common/] [tm/] [freq.c] - Rev 762
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-fgnu-tm -O" } */ extern __attribute__((transaction_safe)) void TMreleaseNode (); int global; __attribute__((transaction_safe)) void TMrbtree_insert () { if (global) TMreleaseNode(); }
Go to most recent revision | Compare with Previous | Blame | View Log