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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [s390/] [20030123-1.c] - Blame information for rev 324

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

Line No. Rev Author Line
1 324 jeremybenn
/* This used to ICE due to a reload bug on s390*.  */
2
 
3
/* { dg-do compile } */
4
/* { dg-options "-O2 -fno-omit-frame-pointer" } */
5
 
6
extern void *alloca (__SIZE_TYPE__);
7
 
8
void func (char *p);
9
 
10
void test (void)
11
{
12
   char *p = alloca (4096);
13
   long idx;
14
 
15
   asm ("" : "=r" (idx) : : "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "12");
16
 
17
   func (p + idx + 1);
18
}
19
 

powered by: WebSVN 2.1.0

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