URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tm/] [lto-1.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-require-effective-target lto } */ /* { dg-options "-fgnu-tm -flto" } */ __attribute__((transaction_safe)) void foo() { } /* { dg-final { scan-assembler "ZGTt3foo" } } */