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.5.1/] [gcc/] [testsuite/] [gcc.dg/] [array-const-2.c] - Blame information for rev 378

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

Line No. Rev Author Line
1 298 jeremybenn
/* Test for array designators not integer constant expressions but
2
   folding to integer constants (used in Linux kernel,
3
   <http://gcc.gnu.org/ml/gcc/2009-04/msg00611.html>).  */
4
/* { dg-do compile } */
5
/* { dg-options "-std=gnu99 -pedantic" } */
6
 
7
extern int i;
8
int a[] = { [1 ? 1 : i] = 0 }; /* { dg-warning "array index in initializer is not an integer constant expression" } */
9
/* { dg-warning "near initialization" "near init" { target *-*-* } 8 } */

powered by: WebSVN 2.1.0

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