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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [vla-23.c] - Blame information for rev 708

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

Line No. Rev Author Line
1 689 jeremybenn
/* PR rtl-optimization/50615 */
2
/* Testcase by Zdenek Sojka <zsojka@seznam.cz> */
3
 
4
/* { dg-do compile } */
5
/* { dg-options "-O --param max-cse-insns=1" } */
6
 
7
int
8
foo (int a)
9
{
10
  if (!a)
11
    return 1;
12
 
13
  {
14
    int s[a];
15
    return 0;
16
  }
17
}

powered by: WebSVN 2.1.0

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