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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [inline-1.c] - Blame information for rev 698

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 "--param ggc-min-heapsize=0 --param ggc-min-expand=0" } */
3
/* This used to ICE because we forgot to update the statement after folding
4
   and the eh info. */
5
/* PR tree-opt/30385 */
6
 
7
static inline void g(int t)
8
{
9
 int a;
10
 while (a < f())
11
  ;
12
}
13
void h(int t)
14
{
15
 g(t);
16
}

powered by: WebSVN 2.1.0

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