URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [tm/] [unused.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-fgnu-tm -Wall" } */ __attribute__((transaction_safe)) static int unused_func () /* { dg-warning "defined but not used" } */ { return 12345; } int main() { return 0; } /* { dg-final { scan-assembler "_ZGTt11unused_func:" } } */
Go to most recent revision | Compare with Previous | Blame | View Log