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/] [vla-init-2.c] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* Arrays of unknown size with element type a VLA type should not be
2
   initialized (C99 isn't clear about whether such arrays are VLAs,
3
   but this is the only reasonable interpretation).  Bug 16409, first
4
   testcase.  */
5
/* { dg-do compile } */
6
/* { dg-options "" } */
7
 
8
const int i = 1;
9
void foo() { char a[][i] = {""}; } /* { dg-error "error: variable-sized object may not be initialized" } */
10
/* { dg-error "array size missing in 'a'" "extra error" { target *-*-* } 9 } */

powered by: WebSVN 2.1.0

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