URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
149 |
jeremybenn |
/* Test misuses of inline. -pedantic-errors test. */
|
2 |
|
|
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
|
3 |
|
|
/* { dg-do compile } */
|
4 |
|
|
/* { dg-options "-std=gnu99 -pedantic-errors" } */
|
5 |
|
|
|
6 |
|
|
/* These should perhaps be hard errors, but are pedwarns at
|
7 |
|
|
present. */
|
8 |
|
|
|
9 |
|
|
inline int a; /* { dg-error "error: variable 'a' declared 'inline'" } */
|
10 |
|
|
inline int (*b)(void); /* { dg-error "error: variable 'b' declared 'inline'" } */
|
11 |
|
|
typedef inline void c(void); /* { dg-error "error: typedef 'c' declared 'inline'" } */
|
12 |
|
|
typedef inline int d; /* { dg-error "error: typedef 'd' declared 'inline'" } */
|
13 |
|
|
void e(inline int f(void)); /* { dg-error "error: parameter 'f' declared 'inline'" } */
|
14 |
|
|
void g(inline int(void)); /* { dg-error "error: parameter '\\({anonymous}\\)' declared 'inline'" } */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.