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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vla-5.c] - Blame information for rev 816

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

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-options "-std=c99 -pedantic-errors" } */
2
 
3
void foo1(int (*o)(int p[*])) { }
4
 
5
void foo2(int o[*]);
6
void foo3(int o[4][*]);
7
 
8
void foo4(int j, int a[j]);
9
void foo4(int, int a[*]);
10
void foo4(int, int a[]);
11
void foo4(int j, int a[j]) {
12
}
13
 
14
int foo5(int a, int b[*][*], int c[static sizeof(*b)]);
15
int foo5(int a, int b[10][10], int c[400]) {
16
  return sizeof (c);
17
}
18
 
19
int foo6(int a, int b[*][*], int c[static sizeof(*b)]);
20
int foo6(int a, int b[a][a], int c[sizeof(*b)]) {
21
  return sizeof (c);
22
}
23
 
24
void foo7(__typeof__ (int (*)(int o[*])) i);

powered by: WebSVN 2.1.0

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