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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.dg/] [visibility-7.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* Test warning from conflicting visibility specifications. */
2
/* { dg-do compile } */
3
/* { dg-require-visibility "protected" } */
4
/* { dg-final { scan-hidden "xyzzy" } } */
5
 
6
extern int
7
__attribute__((visibility ("hidden")))
8
xyzzy; /* { dg-message "note: previous declaration" "" } */
9
 
10
int
11
__attribute__((visibility ("protected")))
12
xyzzy = 5; /* { dg-warning "different visibility" "" } */

powered by: WebSVN 2.1.0

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