URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [array-const-1.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for array designators not integer constant expressions but folding to integer constants (used in Linux kernel, <http://gcc.gnu.org/ml/gcc/2009-04/msg00611.html>). */ /* { dg-do compile } */ /* { dg-options "-std=gnu99" } */ extern int i; int a[] = { [1 ? 1 : i] = 0 };
Go to most recent revision | Compare with Previous | Blame | View Log