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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [attrib4.C] - Rev 693

Compare with Previous | Blame | View Log

// Test for syntax support of various attribute permutations.

int
__attribute__((noreturn))
__attribute__((unused))
one(void); // OK 

__attribute__((noreturn))
__attribute__((unused))
int
two(void); // OK

int
__attribute__((unused))
three (void)
__attribute__((noreturn)); // OK

__attribute__((unused))
int
four (void)
__attribute__((noreturn)); // OK

int
five(void)
__attribute__((noreturn))
__attribute__((unused));  // OK

__attribute__((noreturn))
int
__attribute__((unused)) // parse error before '__attribute__' in C++
six (void);              // OK in C

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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