URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr29299.c] - Rev 716
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-O" } */ static int bof __attribute__((used)); int foo() { static int barbarbarbar __attribute__((used)); }; /* { dg-final { scan-assembler "barbarbarbar" } } */
Go to most recent revision | Compare with Previous | Blame | View Log