OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [tm/] [vector-1.C] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
// { dg-do compile }
2
// { dg-options "-fgnu-tm -O3" }
3
 
4
class HashTree
5
{
6
   __attribute__((transaction_safe)) void rehash();
7
   HashTree **Hash_table;
8
   int Hash_function;
9
};
10
 
11
__attribute__((transaction_safe)) void HashTree::rehash()
12
{
13
   for (int i=0; i < Hash_function; i++)
14
      Hash_table[i] = 0;
15
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.