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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [c-c++-common/] [attr-used-2.c] - Blame information for rev 695

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

Line No. Rev Author Line
1 686 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-Wall -O2" } */
3
 
4
static int xyzzy __attribute__((__used__)) = 1;
5
 
6
void foo()
7
{
8
  int x __attribute__((__used__)); /* { dg-warning "attribute ignored|unused variable" } */
9
}
10
 
11
/* { dg-final { scan-assembler "xyzzy" } } */

powered by: WebSVN 2.1.0

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