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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
/* PR target/51354 */
2
 
3
extern void abort (void);
4
 
5
typedef int __attribute__ ((aligned (32))) ai;
6
 
7
void foo (int *x, ai * y);
8
 
9
int
10
bar (int x)
11
{
12
  if (x == 12346)
13
    return 24;
14
  ai i;
15
  foo (__builtin_alloca (x), &i);
16
  return 128;
17
}

powered by: WebSVN 2.1.0

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