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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tm/] [props-2.c] - Blame information for rev 749

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

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-fgnu-tm -fdump-ipa-tmipa" } */
3
 
4
/* Test that irrevocability gets set for the obvious case.  */
5
 
6
int global;
7
int george;
8
 
9
extern crap() __attribute__((transaction_unsafe));
10
 
11
foo(){
12
    __transaction_relaxed {
13
        global++;
14
        crap();
15
        george++;
16
    }
17
}
18
 
19
/* { dg-final { scan-ipa-dump-times "GTMA_MAY_ENTER_IRREVOCABLE" 1 "tmipa" } } */
20
/* { dg-final { cleanup-ipa-dump "tmipa" } } */

powered by: WebSVN 2.1.0

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