URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20090313_0.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-options "-mcpu=v9" { target sparc*-*-* } } */ /* { dg-require-effective-target sync_char_short } */ void _cairo_clip_path_reference () { int a; __sync_fetch_and_add(&a, 1); } int main(void) { return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log