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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20030314-1.c] - Blame information for rev 688

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
/* PR optimization/8396 */
2
/* Originator: <papadopo@shfj.cea.fr> */
3
 
4
/* Verify that the tree inliner doesn't mess up the types
5
   when passing the value of read-only constant arguments.  */
6
 
7
static inline bar(const short int xs, const short int xe)
8
{
9
  if (xe && (xs < xe))
10
    ;
11
}
12
 
13
void f()
14
{
15
  short int xe;
16
 
17
  bar(0, xe);
18
}

powered by: WebSVN 2.1.0

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