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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr44964.c] - Blame information for rev 714

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

Line No. Rev Author Line
1 689 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-fkeep-inline-functions -O" } */
3
 
4
static inline __attribute__ ((const))
5
void baz (int i)
6
{
7
}
8
 
9
static __attribute__ ((always_inline))
10
inline __attribute__ ((flatten))
11
void bar (void)
12
{
13
  baz (0);
14
}
15
 
16
void
17
foo (void)
18
{
19
  bar ();
20
}
21
 

powered by: WebSVN 2.1.0

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