OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [20061026.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O1" } */
3
 
4
/* This testcase failed on s390.  The frame size for function f will be
5
   exactly 32768 bytes.  The back end has to recognize that this is to
6
   large for a 16bit constant and therefore should reserve the literal
7
   pool base pointer.  */
8
 
9
int f () {
10
  char a[32608];
11
 
12
  g (a);
13
}

powered by: WebSVN 2.1.0

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