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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [inline-11.c] - Rev 823

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

/* Test misuses of inline.  */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
 
/* These should perhaps be hard errors, but are pedwarns at
   present.  */
 
inline int a; /* { dg-warning "warning: variable 'a' declared 'inline'" } */
inline int (*b)(void); /* { dg-warning "warning: variable 'b' declared 'inline'" } */
typedef inline void c(void); /* { dg-warning "warning: typedef 'c' declared 'inline'" } */
typedef inline int d; /* { dg-warning "warning: typedef 'd' declared 'inline'" } */
void e(inline int f(void)); /* { dg-warning "warning: parameter 'f' declared 'inline'" } */
void g(inline int(void)); /* { dg-warning "warning: parameter '\\({anonymous}\\)' declared 'inline'" } */
 

Go to most recent revision | 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.